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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2877483002: Add about:flags entries for UseGoogleLocalNtp and OneGoogleBarOnLocalNtp (Closed)
Patch Set: 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0f058a483ad97c266a52102c6c1a9bf89b4e236b..2e64a031b8301876b8daa0727a2ce7e8a1bf89bd 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3139,4 +3139,14 @@ const char kCaptureThumbnailOnLoadFinishedDescription[] =
"Capture a page thumbnail (for use on the New Tab page) when the page load "
"finishes, in addition to other times a thumbnail may be captured.";
+const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
+const char kUseGoogleLocalNtpDescription[] =
+ "Use the local NTP if Google is the default search engine.";
sfiera 2017/05/11 10:39:22 For the descriptions, I think it would be better t
Marc Treib 2017/05/11 11:39:54 Done.
+
+const char kOneGoogleBarOnLocalNtpName[] =
+ "Enable the OneGoogleBar on the local NTP";
+const char kOneGoogleBarOnLocalNtpDescription[] =
+ "Show a OneGoogleBar on the local NTP if Google is the default search "
+ "engine.";
+
} // namespace flag_descriptions

Powered by Google App Engine
This is Rietveld 408576698