-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use nightly instead of canary on Windows #194
Conversation
Test - ProductInstallDetailsTest and MakeProductDetailsTest
@@ -124,21 +124,21 @@ const InstallConstants kInstallModes[] = { | |||
sizeof(kInstallModes[0]), | |||
CANARY_INDEX, // The mode for the side-by-side canary channel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also change this to NIGHTLY_INDEX
along with the header and tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
DEVELOPER_INDEX, false, L"", | ||
}, | ||
}; | ||
#endif // !GOOGLE_CHROME_BUILD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be !OFFICIAL_BUILD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@darkdh Thanks for review! 😄 |
Adds publisherKey to OnExcludedSitesChanged callback
Adds publisherKey to OnExcludedSitesChanged callback
Test - ProductInstallDetailsTest and MakeProductDetailsTest
Issue: brave/brave-browser#394
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
yarn test brave_unit_tests --filter=*Product*
Reviewer Checklist: