Commit 7cd0a063 authored by Tina Wang's avatar Tina Wang Committed by Commit Bot

[ios] Change the test default engine name to avoid confusion

Previously we use "Google" as the test default search eninge name which
could cause confusion by having two "Google" after turning the
experimental policy off.

Bug: 1126318
Change-Id: I8fbce2aeb6180c0097a7179d3b23ae4be0afa212
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412691Reviewed-by: default avatarsebsg <sebsg@chromium.org>
Commit-Queue: sebsg <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807184}
parent 073438d4
...@@ -770,7 +770,7 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) { ...@@ -770,7 +770,7 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) {
base::SysUTF8ToNSString(policy::key::kDefaultSearchProviderSearchURL) : base::SysUTF8ToNSString(policy::key::kDefaultSearchProviderSearchURL) :
@"http://www.google.com/search?q={searchTerms}", @"http://www.google.com/search?q={searchTerms}",
base::SysUTF8ToNSString(policy::key::kDefaultSearchProviderName) : base::SysUTF8ToNSString(policy::key::kDefaultSearchProviderName) :
@"Google", @"TestEngine",
base::SysUTF8ToNSString(policy::key::kPasswordManagerEnabled) : @NO, base::SysUTF8ToNSString(policy::key::kPasswordManagerEnabled) : @NO,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment