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

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

Issue 52983004: Convert ExtensionProcessManager to BrowserContext, part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('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) 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 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 extern const char kEnableSuggestionsTabPage[]; 221 extern const char kEnableSuggestionsTabPage[];
222 extern const char kEnableSyncArticles[]; 222 extern const char kEnableSyncArticles[];
223 extern const char kEnableSyncSyncedNotifications[]; 223 extern const char kEnableSyncSyncedNotifications[];
224 extern const char kEnableTabGroupsContextMenu[]; 224 extern const char kEnableTabGroupsContextMenu[];
225 extern const char kEnableThumbnailRetargeting[]; 225 extern const char kEnableThumbnailRetargeting[];
226 extern const char kEnableTranslateNewUX[]; 226 extern const char kEnableTranslateNewUX[];
227 extern const char kEnableUnrestrictedSSL3Fallback[]; 227 extern const char kEnableUnrestrictedSSL3Fallback[];
228 extern const char kEnableUserAlternateProtocolPorts[]; 228 extern const char kEnableUserAlternateProtocolPorts[];
229 extern const char kEnableWatchdog[]; 229 extern const char kEnableWatchdog[];
230 extern const char kEnableWebSocketOverSpdy[]; 230 extern const char kEnableWebSocketOverSpdy[];
231 extern const char kEventPageIdleTime[];
232 extern const char kEventPageSuspendingTime[];
233 extern const char kExplicitlyAllowedPorts[]; 231 extern const char kExplicitlyAllowedPorts[];
234 extern const char kExtensionProcess[]; 232 extern const char kExtensionProcess[];
235 extern const char kExtensionsUpdateFrequency[]; 233 extern const char kExtensionsUpdateFrequency[];
236 extern const char kExtraSearchQueryParams[]; 234 extern const char kExtraSearchQueryParams[];
237 extern const char kFakeVariationsChannel[]; 235 extern const char kFakeVariationsChannel[];
238 extern const char kFastStart[]; 236 extern const char kFastStart[];
239 extern const char kFlagSwitchesBegin[]; 237 extern const char kFlagSwitchesBegin[];
240 extern const char kFlagSwitchesEnd[]; 238 extern const char kFlagSwitchesEnd[];
241 extern const char kFeedbackServer[]; 239 extern const char kFeedbackServer[];
242 extern const char kFileDescriptorLimit[]; 240 extern const char kFileDescriptorLimit[];
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 #else 477 #else
480 extern const char kEnablePrintPreview[]; 478 extern const char kEnablePrintPreview[];
481 #endif 479 #endif
482 480
483 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 481 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
484 // alphabetical order, or in one of the ifdefs (also in order in each section). 482 // alphabetical order, or in one of the ifdefs (also in order in each section).
485 483
486 } // namespace switches 484 } // namespace switches
487 485
488 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 486 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698