-
Notifications
You must be signed in to change notification settings - Fork 921
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
Add De-AMP setting for Android, enable by default #13001
Conversation
base::FEATURE_ENABLED_BY_DEFAULT | ||
#endif | ||
}; | ||
const base::Feature kBraveDeAMP{"BraveDeAMP", base::FEATURE_ENABLED_BY_DEFAULT}; |
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.
do we want it to be enabled by default? An original issue says that it will be controlled by Griffin.
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.
I think the idea was to have it enabled by default, and there's a feature flag that we could use to turn it off via Griffin in case there are issues. Can you confirm @pes10k
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.
Yep, exactly right @ShivanKaul
there is a failed java tests because of an added a new pref. |
@SergeyZhukovsky incremented |
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.
++
Verification PASSED on
Used the STR/Cases outlined via #11750.
Prerequisites for the following test cases:
|
Resolves brave/brave-browser#21643
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Comprehensive QA/test plan at #11750 (comment)
In addition to that, the test cases mentioned in #12923 (comment) should work on Android.