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

Unified Diff: chrome/browser/about_flags.cc

Issue 10827146: crbug.com/127841 - Request Tablet Site on CB with touch screen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removed unused flag (2nd rts flag) Created 8 years, 3 months 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d1f37f89fa43f11ba39f24ac9168fafcfd20fb86..979f4e73f6e7aa733b4db3e21e1fea3bbd4fe157 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -930,6 +930,15 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(ash::switches::kAshEnableAdvancedGestures),
},
#endif
+#if defined(OS_CHROMEOS)
+ {
+ "enable-request-tablet-site",
+ IDS_ENABLE_REQUEST_TABLET_SITE_NAME,
sky 2012/09/07 22:54:16 Your name should match that of others in this file
sschmitz 2012/09/07 23:39:11 Done.
+ IDS_ENABLE_REQUEST_TABLET_SITE_DESCRIPTION,
+ kOsCrOS | kOsLinux,
sky 2012/09/07 22:54:16 Remove kOsLinux here since you're ifdef is for chr
sschmitz 2012/09/07 23:39:11 Done.
+ SINGLE_VALUE_TYPE(switches::kEnableRequestTabletSite)
+ },
+#endif
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698