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

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

Issue 2163393003: Tab switcher theme colors no longer behind flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 #if defined(OS_ANDROID) 276 #if defined(OS_ANDROID)
277 extern const char kAuthAndroidNegotiateAccountType[]; 277 extern const char kAuthAndroidNegotiateAccountType[];
278 extern const char kDisableAppLink[]; 278 extern const char kDisableAppLink[];
279 extern const char kDisableContextualSearch[]; 279 extern const char kDisableContextualSearch[];
280 extern const char kDisableVrShell[]; 280 extern const char kDisableVrShell[];
281 extern const char kEnableAccessibilityTabSwitcher[]; 281 extern const char kEnableAccessibilityTabSwitcher[];
282 extern const char kEnableAppLink[]; 282 extern const char kEnableAppLink[];
283 extern const char kEnableContextualSearch[]; 283 extern const char kEnableContextualSearch[];
284 extern const char kEnableHostedMode[]; 284 extern const char kEnableHostedMode[];
285 extern const char kEnableHungRendererInfoBar[]; 285 extern const char kEnableHungRendererInfoBar[];
286 extern const char kEnableTabSwitcherThemeColors[];
287 extern const char kEnableVrShell[]; 286 extern const char kEnableVrShell[];
288 extern const char kEnableWebApk[]; 287 extern const char kEnableWebApk[];
289 extern const char kForceShowUpdateMenuBadge[]; 288 extern const char kForceShowUpdateMenuBadge[];
290 extern const char kForceShowUpdateMenuItem[]; 289 extern const char kForceShowUpdateMenuItem[];
291 extern const char kForceShowUpdateMenuItemCustomSummary[]; 290 extern const char kForceShowUpdateMenuItemCustomSummary[];
292 extern const char kForceShowUpdateMenuItemNewFeaturesSummary[]; 291 extern const char kForceShowUpdateMenuItemNewFeaturesSummary[];
293 extern const char kForceShowUpdateMenuItemSummary[]; 292 extern const char kForceShowUpdateMenuItemSummary[];
294 extern const char kMarketUrlForTesting[]; 293 extern const char kMarketUrlForTesting[];
295 extern const char kMultiInstanceMergeTabs[]; 294 extern const char kMultiInstanceMergeTabs[];
296 extern const char kNtpSwitchToExistingTab[]; 295 extern const char kNtpSwitchToExistingTab[];
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 #if defined(OS_CHROMEOS) 386 #if defined(OS_CHROMEOS)
388 bool PowerOverlayEnabled(); 387 bool PowerOverlayEnabled();
389 #endif 388 #endif
390 389
391 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 390 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
392 // alphabetical order, or in one of the ifdefs (also in order in each section). 391 // alphabetical order, or in one of the ifdefs (also in order in each section).
393 392
394 } // namespace switches 393 } // namespace switches
395 394
396 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 395 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698