DescriptionAdd Android-specific parameters to search_engines/
Previous attempt; expanded since then:
https://chromiumcodereview.appspot.com/10332156/
* The search string has "sourceid=chrome-mobile" on Android devices.
* SearchTermsDataAndroid added to handle the data values that Android
needs to store for RLZ tracking.
* UiThreadSearchTermsData calls Android specific functions when being
asked for rlz= or client= strings.
* ENABLE_RLZ is moved around (or removed) in some cases to allow use of
the fields even when the RLZ library is not in use.
* The RLZ unit test is changed to account for the way Android sets the
RLZ string.
* A new SearchClient unit test is added to check that setting client
strings works.
BUG=145065
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171954
Patch Set 1 #Patch Set 2 : Rebasing #
Total comments: 10
Patch Set 3 : Addressing comments #Patch Set 4 : Adding unit tests #Patch Set 5 : Adding sourceid changes #
Total comments: 14
Patch Set 6 : Addressing comments, getting rid of globals #Patch Set 7 : Moving guards #
Total comments: 6
Patch Set 8 : Addressing nits #Messages
Total messages: 11 (0 generated)
|