| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index d93ddab6e18f0fdc7f1feb2f00421ac6527509d0..74e06b656d8d5e7576533c08c4706a179e49e287 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -312,7 +312,7 @@ extern const char kPurgeMemoryButton[];
|
| extern const char kRecordStats[];
|
| extern const char kRecordMode[];
|
| extern const char kRemoteDebuggingFrontend[];
|
| -extern const char kSilentDebuggerExtensionAPI[];
|
| +extern const char kRemoteDebuggingRawUSB[];
|
| extern const char kRendererPrintPreview[];
|
| extern const char kResetVariationState[];
|
| extern const char kRestoreLastSession[];
|
| @@ -327,6 +327,7 @@ extern const char kSbEnableDownloadFeedback[];
|
| extern const char kScriptBadges[];
|
| extern const char kScriptBubble[];
|
| extern const char kServiceProcess[];
|
| +extern const char kSilentDebuggerExtensionAPI[];
|
| extern const char kSilentLaunch[];
|
| extern const char kSetToken[];
|
| extern const char kShowAppList[];
|
|
|