| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6016cdab7071b17c890087f6a1bb1f31ca733709..d31eb6d9bb0a0429d1352dbcc6b189ce67cb8336 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -566,12 +566,9 @@ const char kInternalNaCl[] = "internal-nacl";
|
| // Runs a trusted Pepper plugin inside the renderer process.
|
| const char kInternalPepper[] = "internal-pepper";
|
|
|
| -// The following flags allow users who can reproduce crbug/35198
|
| -// to enable extra logging and behaviors. They will be removed once
|
| -// the issue is fixed.
|
| -const char kIssue35198CrxDirBrowser[] = "issue35198-crxdir-browser";
|
| +// The following flag allows users who can reproduce crbug/35198
|
| +// to enable extra logging. It will be removed once the issue is fixed.
|
| const char kIssue35198ExtraLogging[] = "issue35198-logging";
|
| -const char kIssue35198Permission[] = "issue35198-permission";
|
|
|
| // Specifies the flags passed to JS engine
|
| const char kJavaScriptFlags[] = "js-flags";
|
|
|