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

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

Issue 1685043002: Convert --{enable,disable}-simplified-fullscreen-ui to a feature flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 extern const char kEnablePowerOverlay[]; 141 extern const char kEnablePowerOverlay[];
142 extern const char kEnablePrintPreviewRegisterPromos[]; 142 extern const char kEnablePrintPreviewRegisterPromos[];
143 extern const char kEnableProfiling[]; 143 extern const char kEnableProfiling[];
144 extern const char kEnablePushApiBackgroundMode[]; 144 extern const char kEnablePushApiBackgroundMode[];
145 extern const char kEnableQuic[]; 145 extern const char kEnableQuic[];
146 extern const char kEnableQuicPortSelection[]; 146 extern const char kEnableQuicPortSelection[];
147 extern const char kEnableAlternativeServices[]; 147 extern const char kEnableAlternativeServices[];
148 extern const char kEnableSessionCrashedBubble[]; 148 extern const char kEnableSessionCrashedBubble[];
149 extern const char kEnableSettingsWindow[]; 149 extern const char kEnableSettingsWindow[];
150 extern const char kDisableSettingsWindow[]; 150 extern const char kDisableSettingsWindow[];
151 extern const char kEnableSimplifiedFullscreenUI[];
152 extern const char kDisableSimplifiedFullscreenUI[];
153 extern const char kEnableSiteEngagementAppBanner[]; 151 extern const char kEnableSiteEngagementAppBanner[];
154 extern const char kEnableSiteEngagementEvictionPolicy[]; 152 extern const char kEnableSiteEngagementEvictionPolicy[];
155 extern const char kEnableSiteEngagementService[]; 153 extern const char kEnableSiteEngagementService[];
156 extern const char kEnableSupervisedUserManagedBookmarksFolder[]; 154 extern const char kEnableSupervisedUserManagedBookmarksFolder[];
157 extern const char kEnableTabAudioMuting[]; 155 extern const char kEnableTabAudioMuting[];
158 extern const char kEnableThumbnailRetargeting[]; 156 extern const char kEnableThumbnailRetargeting[];
159 extern const char kEnableUserAlternateProtocolPorts[]; 157 extern const char kEnableUserAlternateProtocolPorts[];
160 extern const char kEnableWebAppFrame[]; 158 extern const char kEnableWebAppFrame[];
161 extern const char kEnableWebNotificationCustomLayouts[]; 159 extern const char kEnableWebNotificationCustomLayouts[];
162 extern const char kExtensionContentVerificationBootstrap[]; 160 extern const char kExtensionContentVerificationBootstrap[];
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 #if defined(ENABLE_TASK_MANAGER) 410 #if defined(ENABLE_TASK_MANAGER)
413 bool NewTaskManagerEnabled(); 411 bool NewTaskManagerEnabled();
414 #endif // defined(ENABLE_TASK_MANAGER) 412 #endif // defined(ENABLE_TASK_MANAGER)
415 413
416 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 414 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
417 // alphabetical order, or in one of the ifdefs (also in order in each section). 415 // alphabetical order, or in one of the ifdefs (also in order in each section).
418 416
419 } // namespace switches 417 } // namespace switches
420 418
421 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 419 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/exclusive_access/exclusive_access_manager.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698