DescriptionPrototype handling of Intents in Custom Tabs
* Add a flag to about:flags that's restricted to Dev and
lower that enables UI experiments.
* Cache the new native flags from about:flags inside of
SharedPreferences. This is necessary because we don't
have access to the native side early on when
ChromeLauncherActivity is triggered.
* Send VIEW Intents that don't have NEW_TASK or
NEW_DOCUMENT to Custom Tabs instead of Chrome proper.
BUG=582539
Committed: https://crrev.com/d60de5c9c1bd04ea14d561bf3513c45fba94ca21
Cr-Commit-Position: refs/heads/master@{#373303}
Patch Set 1 #Patch Set 2 : Moved preference handling #Patch Set 3 : Moved preference code #
Total comments: 2
Patch Set 4 : Added herb flavors #Patch Set 5 : Rearranged #
Total comments: 2
Patch Set 6 : StrictMode guarding #Patch Set 7 : Updated the check #Patch Set 8 : Added toast #Patch Set 9 : Histogram for unit test #
Total comments: 4
Patch Set 10 : Flags switched over #Patch Set 11 : Histogram update #Messages
Total messages: 27 (11 generated)
|