| Index: content/shell/common/shell_switches.cc
|
| diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc
|
| index 6fe18c97bc4f25f0b3dfeea93a48ffeb19bfe11f..6a7a48bd5e57b62f21bf2baae63f75f92fc0f620 100644
|
| --- a/content/shell/common/shell_switches.cc
|
| +++ b/content/shell/common/shell_switches.cc
|
| @@ -28,9 +28,6 @@ const char kCrashOnFailure[] = "crash-on-failure";
|
| // Request pages to be dumped as text once they finished loading.
|
| const char kDumpRenderTree[] = "dump-render-tree";
|
|
|
| -// Enable impl-side painting in the compositor.
|
| -const char kEnableImplSidePainting[] = "enable-impl-side-painting";
|
| -
|
| // Expose window.ipcTester object for testing
|
| const char kExposeIpcEcho[] = "expose-ipc-echo";
|
|
|
|
|