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

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

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: iOS OWNERS 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_flags_descriptions.h
diff --git a/ios/chrome/browser/ios_chrome_flags_descriptions.h b/ios/chrome/browser/ios_chrome_flags_descriptions.h
new file mode 100644
index 0000000000000000000000000000000000000000..6c642d74371a5b71fb71be037f9353d01b974138
--- /dev/null
+++ b/ios/chrome/browser/ios_chrome_flags_descriptions.h
@@ -0,0 +1,34 @@
+// 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_FLAGS_DESCRIPTIONS_H_
+#define IOS_CHROME_BROWSER_IOS_CHROME_FLAGS_DESCRIPTIONS_H_
+
+#include "build/build_config.h"
+#include "build/buildflag.h"
+
+namespace flags_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 flags_descriptions
+
+#endif // IOS_CHROME_BROWSER_IOS_CHROME_FLAGS_DESCRIPTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698