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

Side by Side Diff: chromeos/chromeos_switches.h

Issue 2043333002: Quick View: Space key opens quick view for image, video and audio in Download. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve comment 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 | « no previous file | 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 24 matching lines...) Expand all
35 CHROMEOS_EXPORT extern const char kDefaultWallpaperSmall[]; 35 CHROMEOS_EXPORT extern const char kDefaultWallpaperSmall[];
36 CHROMEOS_EXPORT extern const char kDbusStub[]; 36 CHROMEOS_EXPORT extern const char kDbusStub[];
37 CHROMEOS_EXPORT extern const char kDbusUnstubClients[]; 37 CHROMEOS_EXPORT extern const char kDbusUnstubClients[];
38 CHROMEOS_EXPORT extern const char kDerelictDetectionTimeout[]; 38 CHROMEOS_EXPORT extern const char kDerelictDetectionTimeout[];
39 CHROMEOS_EXPORT extern const char kDerelictIdleTimeout[]; 39 CHROMEOS_EXPORT extern const char kDerelictIdleTimeout[];
40 CHROMEOS_EXPORT extern const char kDisableArcOptInVerification[]; 40 CHROMEOS_EXPORT extern const char kDisableArcOptInVerification[];
41 CHROMEOS_EXPORT extern const char kDisableBootAnimation[]; 41 CHROMEOS_EXPORT extern const char kDisableBootAnimation[];
42 CHROMEOS_EXPORT extern const char kDisableCloudImport[]; 42 CHROMEOS_EXPORT extern const char kDisableCloudImport[];
43 CHROMEOS_EXPORT extern const char kDisableDemoMode[]; 43 CHROMEOS_EXPORT extern const char kDisableDemoMode[];
44 CHROMEOS_EXPORT extern const char kDisableDeviceDisabling[]; 44 CHROMEOS_EXPORT extern const char kDisableDeviceDisabling[];
45 CHROMEOS_EXPORT extern const char kDisableFilesQuickView[];
45 CHROMEOS_EXPORT extern const char kDisableGaiaServices[]; 46 CHROMEOS_EXPORT extern const char kDisableGaiaServices[];
46 CHROMEOS_EXPORT extern const char kDisableHIDDetectionOnOOBE[]; 47 CHROMEOS_EXPORT extern const char kDisableHIDDetectionOnOOBE[];
47 CHROMEOS_EXPORT extern const char kDisableLoginAnimations[]; 48 CHROMEOS_EXPORT extern const char kDisableLoginAnimations[];
48 CHROMEOS_EXPORT extern const char kDisableMemoryPressureSystemChromeOS[]; 49 CHROMEOS_EXPORT extern const char kDisableMemoryPressureSystemChromeOS[];
49 CHROMEOS_EXPORT extern const char kDisableMtpWriteSupport[]; 50 CHROMEOS_EXPORT extern const char kDisableMtpWriteSupport[];
50 CHROMEOS_EXPORT extern const char kDisableMultiDisplayLayout[]; 51 CHROMEOS_EXPORT extern const char kDisableMultiDisplayLayout[];
51 CHROMEOS_EXPORT extern const char kDisableNetworkPortalNotification[]; 52 CHROMEOS_EXPORT extern const char kDisableNetworkPortalNotification[];
52 CHROMEOS_EXPORT extern const char kDisableNewChannelSwitcherUI[]; 53 CHROMEOS_EXPORT extern const char kDisableNewChannelSwitcherUI[];
53 CHROMEOS_EXPORT extern const char kDisableNewKioskUI[]; 54 CHROMEOS_EXPORT extern const char kDisableNewKioskUI[];
54 CHROMEOS_EXPORT extern const char kDisableNewZIPUnpacker[]; 55 CHROMEOS_EXPORT extern const char kDisableNewZIPUnpacker[];
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 126
126 CHROMEOS_EXPORT bool MemoryPressureHandlingEnabled(); 127 CHROMEOS_EXPORT bool MemoryPressureHandlingEnabled();
127 CHROMEOS_EXPORT base::chromeos::MemoryPressureMonitor::MemoryPressureThresholds 128 CHROMEOS_EXPORT base::chromeos::MemoryPressureMonitor::MemoryPressureThresholds
128 GetMemoryPressureThresholds(); 129 GetMemoryPressureThresholds();
129 130
130 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted(); 131 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted();
131 } // namespace switches 132 } // namespace switches
132 } // namespace chromeos 133 } // namespace chromeos
133 134
134 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ 135 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | chromeos/chromeos_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698