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

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

Issue 159882: Implements extensions devtools API (Closed)
Patch Set: Fixes flakiness in tests by grabbing tab ID in C++ land and passing it down Created 11 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 extern const wchar_t kDebugPrint[]; 88 extern const wchar_t kDebugPrint[];
89 extern const wchar_t kPrint[]; 89 extern const wchar_t kPrint[];
90 90
91 extern const wchar_t kDnsLogDetails[]; 91 extern const wchar_t kDnsLogDetails[];
92 extern const wchar_t kDnsPrefetchDisable[]; 92 extern const wchar_t kDnsPrefetchDisable[];
93 93
94 extern const wchar_t kAllowAllActiveX[]; 94 extern const wchar_t kAllowAllActiveX[];
95 95
96 extern const wchar_t kDisableDevTools[]; 96 extern const wchar_t kDisableDevTools[];
97 extern const wchar_t kAlwaysEnableDevTools[]; 97 extern const wchar_t kAlwaysEnableDevTools[];
98 extern const wchar_t kEnableExtensionTimelineApi[];
98 99
99 extern const wchar_t kTabCountToLoadOnSessionRestore[]; 100 extern const wchar_t kTabCountToLoadOnSessionRestore[];
100 101
101 extern const wchar_t kMemoryProfiling[]; 102 extern const wchar_t kMemoryProfiling[];
102 extern const wchar_t kMemoryModel[]; 103 extern const wchar_t kMemoryModel[];
103 104
104 extern const wchar_t kEnableFileCookies[]; 105 extern const wchar_t kEnableFileCookies[];
105 106
106 extern const wchar_t kStartMaximized[]; 107 extern const wchar_t kStartMaximized[];
107 108
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 236
236 extern const wchar_t kSyncServiceURL[]; 237 extern const wchar_t kSyncServiceURL[];
237 238
238 #if defined(OS_CHROMEOS) 239 #if defined(OS_CHROMEOS)
239 extern const wchar_t kCookiePipe[]; 240 extern const wchar_t kCookiePipe[];
240 #endif 241 #endif
241 242
242 } // namespace switches 243 } // namespace switches
243 244
244 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 245 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698