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

Side by Side Diff: chromeos/chromeos_switches.h

Issue 2127853002: Disable Quick View by default and add about flag to enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. Created 4 years, 5 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') | chromeos/chromeos_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 #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_ 5 #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_
6 #define CHROMEOS_CHROMEOS_SWITCHES_H_ 6 #define CHROMEOS_CHROMEOS_SWITCHES_H_
7 7
8 #include "base/memory/memory_pressure_monitor_chromeos.h" 8 #include "base/memory/memory_pressure_monitor_chromeos.h"
9 #include "chromeos/chromeos_export.h" 9 #include "chromeos/chromeos_export.h"
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 CHROMEOS_EXPORT extern const char kDisableStorageManager[]; 61 CHROMEOS_EXPORT extern const char kDisableStorageManager[];
62 CHROMEOS_EXPORT extern const char kDisableVolumeAdjustSound[]; 62 CHROMEOS_EXPORT extern const char kDisableVolumeAdjustSound[];
63 CHROMEOS_EXPORT extern const char kDisableWakeOnWifi[]; 63 CHROMEOS_EXPORT extern const char kDisableWakeOnWifi[];
64 CHROMEOS_EXPORT extern const char kEafeUrl[]; 64 CHROMEOS_EXPORT extern const char kEafeUrl[];
65 CHROMEOS_EXPORT extern const char kEafePath[]; 65 CHROMEOS_EXPORT extern const char kEafePath[];
66 CHROMEOS_EXPORT extern const char kEnableArc[]; 66 CHROMEOS_EXPORT extern const char kEnableArc[];
67 CHROMEOS_EXPORT extern const char kEnableConsumerManagement[]; 67 CHROMEOS_EXPORT extern const char kEnableConsumerManagement[];
68 CHROMEOS_EXPORT extern const char kEnableExperimentalAccessibilityFeatures[]; 68 CHROMEOS_EXPORT extern const char kEnableExperimentalAccessibilityFeatures[];
69 CHROMEOS_EXPORT extern const char kEnableExtensionAssetsSharing[]; 69 CHROMEOS_EXPORT extern const char kEnableExtensionAssetsSharing[];
70 CHROMEOS_EXPORT extern const char kEnableFilesDetailsPanel[]; 70 CHROMEOS_EXPORT extern const char kEnableFilesDetailsPanel[];
71 CHROMEOS_EXPORT extern const char kEnableFilesQuickView[];
71 CHROMEOS_EXPORT extern const char kEnableFirstRunUITransitions[]; 72 CHROMEOS_EXPORT extern const char kEnableFirstRunUITransitions[];
72 CHROMEOS_EXPORT extern const char kEnableKioskMode[]; 73 CHROMEOS_EXPORT extern const char kEnableKioskMode[];
73 CHROMEOS_EXPORT extern const char kEnableNetworkPortalNotification[]; 74 CHROMEOS_EXPORT extern const char kEnableNetworkPortalNotification[];
74 CHROMEOS_EXPORT extern const char kDisableNewKoreanIme[]; 75 CHROMEOS_EXPORT extern const char kDisableNewKoreanIme[];
75 CHROMEOS_EXPORT extern const char kEnablePhysicalKeyboardAutocorrect[]; 76 CHROMEOS_EXPORT extern const char kEnablePhysicalKeyboardAutocorrect[];
76 CHROMEOS_EXPORT extern const char kEnableRequestTabletSite[]; 77 CHROMEOS_EXPORT extern const char kEnableRequestTabletSite[];
77 CHROMEOS_EXPORT extern const char kEnableScreenshotTestingWithMode[]; 78 CHROMEOS_EXPORT extern const char kEnableScreenshotTestingWithMode[];
78 CHROMEOS_EXPORT extern const char kEnableStorageManager[]; 79 CHROMEOS_EXPORT extern const char kEnableStorageManager[];
79 CHROMEOS_EXPORT extern const char kEnableTouchpadThreeFingerClick[]; 80 CHROMEOS_EXPORT extern const char kEnableTouchpadThreeFingerClick[];
80 CHROMEOS_EXPORT extern const char kEnableVideoPlayerChromecastSupport[]; 81 CHROMEOS_EXPORT extern const char kEnableVideoPlayerChromecastSupport[];
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 134
134 CHROMEOS_EXPORT bool MemoryPressureHandlingEnabled(); 135 CHROMEOS_EXPORT bool MemoryPressureHandlingEnabled();
135 CHROMEOS_EXPORT base::chromeos::MemoryPressureMonitor::MemoryPressureThresholds 136 CHROMEOS_EXPORT base::chromeos::MemoryPressureMonitor::MemoryPressureThresholds
136 GetMemoryPressureThresholds(); 137 GetMemoryPressureThresholds();
137 138
138 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted(); 139 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted();
139 } // namespace switches 140 } // namespace switches
140 } // namespace chromeos 141 } // namespace chromeos
141 142
142 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ 143 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chromeos/chromeos_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698