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

Side by Side Diff: chrome/browser/flag_descriptions.h

Issue 2854403003: MD Settings: Add feature flag for showing content settings in a per-origin view. (Closed)
Patch Set: Rebase? 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/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
1 // Copyright 2017 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 // Description of the flag which changes the material design elements in the top 245 // Description of the flag which changes the material design elements in the top
246 // chrome of the browser. 246 // chrome of the browser.
247 extern const char kTopChromeMdDescription[]; 247 extern const char kTopChromeMdDescription[];
248 248
249 // Top Chrome material design option (default). 249 // Top Chrome material design option (default).
250 extern const char kTopChromeMdMaterial[]; 250 extern const char kTopChromeMdMaterial[];
251 251
252 // Top Chrome material hybrid design option (for touchscreens). 252 // Top Chrome material hybrid design option (for touchscreens).
253 extern const char kTopChromeMdMaterialHybrid[]; 253 extern const char kTopChromeMdMaterialHybrid[];
254 254
255 // Title of the flag which enables site details in MD settings.
256 extern const char kSiteDetails[];
257
258 // Description of the flag which enables or disables site details in MD
259 // settings.
260 extern const char kSiteDetailsDescription[];
261
255 // Title of the flag which enables the site settings all sites list and site 262 // Title of the flag which enables the site settings all sites list and site
256 // details. 263 // details.
257 extern const char kSiteSettings[]; 264 extern const char kSiteSettings[];
258 265
259 // Description of the flag which enables or disables the site settings all sites 266 // Description of the flag which enables or disables the site settings all sites
260 // list and site details. 267 // list and site details.
261 extern const char kSiteSettingsDescription[]; 268 extern const char kSiteSettingsDescription[];
262 269
263 // Title of the flag which enables or disables material design in the rest of 270 // Title of the flag which enables or disables material design in the rest of
264 // the native UI of the browser (beyond top chrome). 271 // the native UI of the browser (beyond top chrome).
(...skipping 3122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3387 // hard-reload. 3394 // hard-reload.
3388 extern const char kLocationHardReloadName[]; 3395 extern const char kLocationHardReloadName[];
3389 3396
3390 // Description of the about: flag for experimental location.reload() to trigger 3397 // Description of the about: flag for experimental location.reload() to trigger
3391 // a hard-reload. 3398 // a hard-reload.
3392 extern const char kLocationHardReloadDescription[]; 3399 extern const char kLocationHardReloadDescription[];
3393 3400
3394 } // namespace flag_descriptions 3401 } // namespace flag_descriptions
3395 3402
3396 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3403 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698