| Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| index ebd10c0b9eece4e3d326e5c89e6f08e01aeb03f5..6572cec1339134e9fddbf03bf77c52ebd12704a9 100644
|
| --- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| +++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| @@ -27,10 +27,6 @@ public abstract class ContentSwitches {
|
| // Change the url of the JavaScript that gets injected when accessibility mode is enabled.
|
| public static final String ACCESSIBILITY_JAVASCRIPT_URL = "accessibility-js-url";
|
|
|
| - // Indicates Chrome is running for performance benchmark.
|
| - public static final String RUNNING_PERFORMANCE_BENCHMARK =
|
| - "running-performance-benchmark";
|
| -
|
| // Sets the ISO country code that will be used for phone number detection.
|
| public static final String NETWORK_COUNTRY_ISO = "network-country-iso";
|
|
|
|
|