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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2888933002: Adding flag descriptions for XGEO visible networks feature (Closed)
Patch Set: Adding flag descriptions for XGEO visible networks feature Created 3 years, 7 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index af06aae2d397c19120b27b824003c3fe256fb908..5a64c493515af548d9d8676ff39612e8d301c945 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2164,6 +2164,13 @@ const char kWebPaymentsModifiersDescription[] =
"when instruments are switched, and send modified payment method "
"specific data to the payment app.";
+const char kXGEOVisibleNetworksName[] = "Enable XGEO Visible Networks";
+
+const char kXGEOVisibleNetworksDescription[] =
+ "If location permissions are granted, include visible networks in the XGEO "
+ "Header for omnibox queries. This will only happen if location is not "
+ "fresh or not available (for example, due to a cold start).";
+
#endif // defined(OS_ANDROID)
#if defined(OS_WIN)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698