Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3476)

Unified Diff: chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java

Issue 789853002: Add support for child accounts on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: x Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/child_accounts/ChildAccountService.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/child_accounts/ChildAccountService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698