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

Unified Diff: ios/chrome/browser/ios_chrome_flag_descriptions.h

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: Comments addressed Created 3 years, 9 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: ios/chrome/browser/ios_chrome_flag_descriptions.h
diff --git a/ios/chrome/browser/ios_chrome_flag_descriptions.h b/ios/chrome/browser/ios_chrome_flag_descriptions.h
new file mode 100644
index 0000000000000000000000000000000000000000..00beb4e31dd71d66972223b7cd66682fb178ca2d
--- /dev/null
+++ b/ios/chrome/browser/ios_chrome_flag_descriptions.h
@@ -0,0 +1,31 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_
+#define IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_
+
+namespace flag_descriptions {
+
+// Description of about:flag option to control redirection to the task
+// scheduler.
+extern const char kBrowserTaskSchedulerDescription[];
+
+// Name of about:flag option to control redirection to the task scheduler.
+extern const char kBrowserTaskSchedulerName[];
+
+// Title for the flag to enable Contextual Search.
+extern const char kContextualSearch[];
+
+// Description for the flag to enable Contextual Search.
+extern const char kContextualSearchDescription[];
+
+// Title for the flag to enable Physical Web in the omnibox.
+extern const char kPhysicalWeb[];
+
+// Description for the flag to enable Physical Web in the omnibox.
+extern const char kPhysicalWebDescription[];
+
+} // namespace flag_descriptions
+
+#endif // IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698