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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 2004043003: Expose the MacViewsWebUIDialogs feature flag to chrome://flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160520-Enums-MakeThemInt-HeaderChanges-ROLLUP
Patch Set: remove unused #includes Created 4 years, 6 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/ui/browser_dialogs_mac.cc ('k') | chrome/common/chrome_switches.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Defines the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 extern const char kDisableHostedAppShimCreation[]; 339 extern const char kDisableHostedAppShimCreation[];
340 extern const char kDisableHostedAppsInWindows[]; 340 extern const char kDisableHostedAppsInWindows[];
341 extern const char kDisableMacViewsNativeAppWindows[]; 341 extern const char kDisableMacViewsNativeAppWindows[];
342 extern const char kDisableTranslateNewUX[]; 342 extern const char kDisableTranslateNewUX[];
343 extern const char kEnableAppInfoDialogMac[]; 343 extern const char kEnableAppInfoDialogMac[];
344 extern const char kEnableAppWindowCycling[]; 344 extern const char kEnableAppWindowCycling[];
345 extern const char kEnableFullscreenLowPowerMode[]; 345 extern const char kEnableFullscreenLowPowerMode[];
346 extern const char kEnableFullscreenTabDetaching[]; 346 extern const char kEnableFullscreenTabDetaching[];
347 extern const char kEnableHostedAppsInWindows[]; 347 extern const char kEnableHostedAppsInWindows[];
348 extern const char kEnableMacViewsNativeAppWindows[]; 348 extern const char kEnableMacViewsNativeAppWindows[];
349 extern const char kEnableMacViewsDialogs[];
350 extern const char kEnableTranslateNewUX[]; 349 extern const char kEnableTranslateNewUX[];
351 extern const char kMetricsClientID[]; 350 extern const char kMetricsClientID[];
352 extern const char kRelauncherProcess[]; 351 extern const char kRelauncherProcess[];
353 extern const char kRelauncherProcessDMGDevice[]; 352 extern const char kRelauncherProcessDMGDevice[];
354 #endif // defined(OS_MACOSX) 353 #endif // defined(OS_MACOSX)
355 354
356 #if defined(OS_WIN) 355 #if defined(OS_WIN)
357 extern const char kEnableCloudPrintXps[]; 356 extern const char kEnableCloudPrintXps[];
358 extern const char kEnableProfileShortcutManager[]; 357 extern const char kEnableProfileShortcutManager[];
359 extern const char kHideIcons[]; 358 extern const char kHideIcons[];
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 #if defined(OS_CHROMEOS) 399 #if defined(OS_CHROMEOS)
401 bool PowerOverlayEnabled(); 400 bool PowerOverlayEnabled();
402 #endif 401 #endif
403 402
404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 403 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
405 // alphabetical order, or in one of the ifdefs (also in order in each section). 404 // alphabetical order, or in one of the ifdefs (also in order in each section).
406 405
407 } // namespace switches 406 } // namespace switches
408 407
409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 408 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_dialogs_mac.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698