| 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 8060453d9dbc8786e71fc86af7a1e34054fc4a39..399eb2556d8338cef396319d37401f1d81e8bc6d 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
|
| @@ -43,9 +43,6 @@ public abstract class ContentSwitches {
|
| // Native switch - chrome_switches::kEnableInstantExtendedAPI
|
| public static final String ENABLE_INSTANT_EXTENDED_API = "enable-instant-extended-api";
|
|
|
| - // Native switch - shell_switches::kDumpRenderTree
|
| - public static final String DUMP_RENDER_TREE = "dump-render-tree";
|
| -
|
| // Native switch - shell_switches::kRunLayoutTest
|
| public static final String RUN_LAYOUT_TEST = "run-layout-test";
|
|
|
|
|