| Index: chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
|
| index 914fc015955f9769c6fb93fa61e00d56c64bafb8..81a3143cbb29ed824630416e48673dec0711f873 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
|
| @@ -12,6 +12,9 @@ public abstract class ChromeSwitches {
|
| // Switches used from Java. Please continue switch style used Chrome where
|
| // options-have-hypens and are_not_split_with_underscores.
|
|
|
| + /** Testing: pretend that the switch value is the name of a child account. */
|
| + public static final String CHILD_ACCOUNT = "child-account";
|
| +
|
| // Disables the new Website Settings dialog, which replaces the old one.
|
| // TODO(sashab): Once the new WebsiteSettingsPopup is ready to be permanent,
|
| // remove this flag and delete WebsiteSettingsLegacyPopup and all it's
|
|
|