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

Unified Diff: chrome/browser/about_flags.cc

Issue 5346009: Add experimental location features to the about:flags page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/tools
Patch Set: Created 10 years, 1 month 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 | « chrome/app/generated_resources.grd ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e5995634a41427d5a8650c166db202646ba9f1ac..27799f64a2559a90fd93487839b2b8521e4195bb 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -247,6 +247,13 @@ const Experiment kExperiments[] = {
IDS_FLAGS_DISABLE_HYPERLINK_AUDITING_DESCRIPTION,
kOsAll,
switches::kNoPings
+ },
+ {
+ "experimental-location-features", // FLAGS:RECORD_UMA
+ IDS_FLAGS_EXPERIMENTAL_LOCATION_FEATURES_NAME,
+ IDS_FLAGS_EXPERIMENTAL_LOCATION_FEATURES_DESCRIPTION,
+ kOsMac | kOsWin | kOsLinux, // Currently does nothing on CrOS.
+ switches::kExperimentalLocationFeatures
}
};
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698