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; |