Commit 14902170 authored by kkimlabs's avatar kkimlabs Committed by Commit bot

[Android] Add google-base-url flag constant to ChromeSwitches.java

We needed this flag to fix HostDriven_SearchByImageTest.testSearchByImageTest.

BUG=455653

Review URL: https://codereview.chromium.org/903983002

Cr-Commit-Position: refs/heads/master@{#315058}
parent cef44810
...@@ -131,6 +131,12 @@ public abstract class ChromeSwitches { ...@@ -131,6 +131,12 @@ public abstract class ChromeSwitches {
*/ */
public static final String USE_SANDBOX_WALLET_ENVIRONMENT = "wallet-service-use-sandbox"; public static final String USE_SANDBOX_WALLET_ENVIRONMENT = "wallet-service-use-sandbox";
/**
* Change Google base URL.
* Native switch - switches::kGoogleBaseURL.
*/
public static final String GOOGLE_BASE_URL = "google-base-url";
// Prevent instantiation. // Prevent instantiation.
private ChromeSwitches() {} private ChromeSwitches() {}
} }
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