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

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

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: fix iOS compilation 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
« no previous file with comments | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/ios_chrome_flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..251b7c877234036b601222ef86b9bc0381cf23c3
--- /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 {
+
+// Title for the flag to control redirection to the task scheduler.
+extern const char kBrowserTaskScheduler[];
+
+// Description of about:flag option to control redirection to the task
+// scheduler.
+extern const char kBrowserTaskSchedulerDescription[];
+
+// 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_
« no previous file with comments | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/ios_chrome_flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698