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

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

Issue 18137007: DevTools: add about:flag for ADB-less remote debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 extern const char kPromoServerURL[]; 305 extern const char kPromoServerURL[];
306 extern const char kPromptForExternalExtensions[]; 306 extern const char kPromptForExternalExtensions[];
307 extern const char kProxyAutoDetect[]; 307 extern const char kProxyAutoDetect[];
308 extern const char kProxyBypassList[]; 308 extern const char kProxyBypassList[];
309 extern const char kProxyPacUrl[]; 309 extern const char kProxyPacUrl[];
310 extern const char kProxyServer[]; 310 extern const char kProxyServer[];
311 extern const char kPurgeMemoryButton[]; 311 extern const char kPurgeMemoryButton[];
312 extern const char kRecordStats[]; 312 extern const char kRecordStats[];
313 extern const char kRecordMode[]; 313 extern const char kRecordMode[];
314 extern const char kRemoteDebuggingFrontend[]; 314 extern const char kRemoteDebuggingFrontend[];
315 extern const char kSilentDebuggerExtensionAPI[]; 315 extern const char kRemoteDebuggingRawUSB[];
316 extern const char kRendererPrintPreview[]; 316 extern const char kRendererPrintPreview[];
317 extern const char kResetVariationState[]; 317 extern const char kResetVariationState[];
318 extern const char kRestoreLastSession[]; 318 extern const char kRestoreLastSession[];
319 extern const char kSavePageAsMHTML[]; 319 extern const char kSavePageAsMHTML[];
320 extern const char kSbURLPrefix[]; 320 extern const char kSbURLPrefix[];
321 extern const char kSbDisableAutoUpdate[]; 321 extern const char kSbDisableAutoUpdate[];
322 extern const char kSbDisableDownloadProtection[]; 322 extern const char kSbDisableDownloadProtection[];
323 extern const char kSbDisableExtensionBlacklist[]; 323 extern const char kSbDisableExtensionBlacklist[];
324 extern const char kSbDisableSideEffectFreeWhitelist[]; 324 extern const char kSbDisableSideEffectFreeWhitelist[];
325 extern const char kSbDownloadFeedbackURL[]; 325 extern const char kSbDownloadFeedbackURL[];
326 extern const char kSbEnableDownloadFeedback[]; 326 extern const char kSbEnableDownloadFeedback[];
327 extern const char kScriptBadges[]; 327 extern const char kScriptBadges[];
328 extern const char kScriptBubble[]; 328 extern const char kScriptBubble[];
329 extern const char kServiceProcess[]; 329 extern const char kServiceProcess[];
330 extern const char kSilentDebuggerExtensionAPI[];
330 extern const char kSilentLaunch[]; 331 extern const char kSilentLaunch[];
331 extern const char kSetToken[]; 332 extern const char kSetToken[];
332 extern const char kShowAppList[]; 333 extern const char kShowAppList[];
333 extern const char kShowComponentExtensionOptions[]; 334 extern const char kShowComponentExtensionOptions[];
334 extern const char kShowIcons[]; 335 extern const char kShowIcons[];
335 extern const char kShowLauncherAlignmentMenu[]; 336 extern const char kShowLauncherAlignmentMenu[];
336 extern const char kSigninProcess[]; 337 extern const char kSigninProcess[];
337 extern const char kSilentDumpOnDCHECK[]; 338 extern const char kSilentDumpOnDCHECK[];
338 extern const char kSimulateUpgrade[]; 339 extern const char kSimulateUpgrade[];
339 extern const char kSimulateCriticalUpdate[]; 340 extern const char kSimulateCriticalUpdate[];
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 #else 452 #else
452 extern const char kEnablePrintPreview[]; 453 extern const char kEnablePrintPreview[];
453 #endif 454 #endif
454 455
455 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 456 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
456 // alphabetical order, or in one of the ifdefs (also in order in each section). 457 // alphabetical order, or in one of the ifdefs (also in order in each section).
457 458
458 } // namespace switches 459 } // namespace switches
459 460
460 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 461 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698