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

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

Issue 2703363004: Add an infobar if a session is being controlled by an automated test. (Closed)
Patch Set: Created 3 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 extern const char kDisableSettingsWindow[]; 96 extern const char kDisableSettingsWindow[];
97 extern const char kDisableWebNotificationCustomLayouts[]; 97 extern const char kDisableWebNotificationCustomLayouts[];
98 extern const char kDisableZeroBrowsersOpenForTests[]; 98 extern const char kDisableZeroBrowsersOpenForTests[];
99 extern const char kDiskCacheDir[]; 99 extern const char kDiskCacheDir[];
100 extern const char kDiskCacheSize[]; 100 extern const char kDiskCacheSize[];
101 extern const char kDnsLogDetails[]; 101 extern const char kDnsLogDetails[];
102 extern const char kDumpBrowserHistograms[]; 102 extern const char kDumpBrowserHistograms[];
103 extern const char kEasyUnlockAppPath[]; 103 extern const char kEasyUnlockAppPath[];
104 extern const char kEnableAddToShelf[]; 104 extern const char kEnableAddToShelf[];
105 extern const char kEnableAudioDebugRecordingsFromExtension[]; 105 extern const char kEnableAudioDebugRecordingsFromExtension[];
106 extern const char kEnableAutomation[];
106 extern const char kEnableBenchmarking[]; 107 extern const char kEnableBenchmarking[];
107 extern const char kEnableBookmarkUndo[]; 108 extern const char kEnableBookmarkUndo[];
108 extern const char kEnableClearBrowsingDataCounters[]; 109 extern const char kEnableClearBrowsingDataCounters[];
109 extern const char kEnableCloudPrintProxy[]; 110 extern const char kEnableCloudPrintProxy[];
110 extern const char kEnableDeviceDiscoveryNotifications[]; 111 extern const char kEnableDeviceDiscoveryNotifications[];
111 extern const char kEnableDevToolsExperiments[]; 112 extern const char kEnableDevToolsExperiments[];
112 extern const char kEnableDomainReliability[]; 113 extern const char kEnableDomainReliability[];
113 extern const char kEnableExperimentalHotwordHardware[]; 114 extern const char kEnableExperimentalHotwordHardware[];
114 extern const char kEnableExtensionActivityLogging[]; 115 extern const char kEnableExtensionActivityLogging[];
115 extern const char kEnableExtensionActivityLogTesting[]; 116 extern const char kEnableExtensionActivityLogTesting[];
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 #if defined(OS_WIN) 373 #if defined(OS_WIN)
373 bool GDITextPrintingEnabled(); 374 bool GDITextPrintingEnabled();
374 #endif 375 #endif
375 376
376 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 377 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
377 // alphabetical order, or in one of the ifdefs (also in order in each section). 378 // alphabetical order, or in one of the ifdefs (also in order in each section).
378 379
379 } // namespace switches 380 } // namespace switches
380 381
381 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 382 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698