| Index: android_webview/common/aw_switches.h
|
| diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
|
| index a627a41d7442303d47deb65c0a648940903a9fd2..f5ef4b2b62b46d1a0669f961ab4b90c92b0e871f 100644
|
| --- a/android_webview/common/aw_switches.h
|
| +++ b/android_webview/common/aw_switches.h
|
| @@ -10,9 +10,6 @@ namespace switches {
|
| // When set, falls back to using the old disk cache.
|
| extern const char kDisableSimpleCache[];
|
|
|
| -// Do not merge the Browser UI and the renderer compositor threads.
|
| -extern const char kNoMergeUIAndRendererCompositorThreads[];
|
| -
|
| // Uses zero-copy buffers in graphics pipeline.
|
| extern const char kUseZeroCopyBuffers[];
|
|
|
|
|