| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fbed4f89c9d714552e0671135698f348e3225d08..e58b88ab0fa80f4e98ef7c92d6d7f7ff6ea100d7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -677,10 +677,6 @@ const char kInternalNaCl[] = "internal-nacl";
|
| // Runs a trusted Pepper plugin inside the renderer process.
|
| const char kInternalPepper[] = "internal-pepper";
|
|
|
| -// 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";
|
| -
|
| // Specifies the flags passed to JS engine
|
| const char kJavaScriptFlags[] = "js-flags";
|
|
|
|
|