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

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

Issue 1311963005: dbg Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch to an existing tab experiment Created 5 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/ntp/NewTabPage.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/browser/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
index eab87fc41e07944085e63baa49368274685dd658..400583c31925c7059733440a74df2a6138322bf9 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -12,9 +12,6 @@ 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";
-
/** Mimic a low end device */
public static final String ENABLE_ACCESSIBILITY_TAB_SWITCHER =
"enable-accessibility-tab-switcher";
@@ -161,6 +158,14 @@ public abstract class ChromeSwitches {
public static final String PROGRESS_BAR_ANIMATION = "progress-bar-animation";
/**
+ * Specifies Android NTP behaviour on clicking a Most{Visited/Likely} tile.
+ * Specifically whether to refocus an existing tab with the same url or host or to load the url
+ * in the current tab.
+ * Native switch - switches::kNtpSwitchToExistingTab
+ */
+ public static final String NTP_SWITCH_TO_EXISTING_TAB = "ntp-switch-to-existing-tab";
+
+ /**
* Enable offline pages.
*/
public static final String ENABLE_OFFLINE_PAGES = "enable-offline-pages";
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698