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

Side by Side Diff: ios/chrome/browser/ios_chrome_flag_descriptions.h

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: Add spaces 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_
6 #define IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_
7
8 namespace flag_descriptions {
9
10 // Description of about:flag option to control redirection to the task
11 // scheduler.
12 extern const char kBrowserTaskSchedulerDescription[];
13
14 // Name of about:flag option to control redirection to the task scheduler.
sdefresne 2017/03/28 09:42:28 nit, may be done in a followup: for consistency wi
vabr (Chromium) 2017/03/28 10:10:31 Done.
sdefresne 2017/03/28 11:46:24 Ooops sorry, I forgot "[]" which broke the build :
15 extern const char kBrowserTaskSchedulerName[];
16
17 // Title for the flag to enable Contextual Search.
18 extern const char kContextualSearch[];
19
20 // Description for the flag to enable Contextual Search.
21 extern const char kContextualSearchDescription[];
22
23 // Title for the flag to enable Physical Web in the omnibox.
24 extern const char kPhysicalWeb[];
25
26 // Description for the flag to enable Physical Web in the omnibox.
27 extern const char kPhysicalWebDescription[];
28
29 } // namespace flag_descriptions
30
31 #endif // IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_
OLDNEW
« 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