| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 35153)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -204,6 +204,9 @@
|
| // Enable Geolocation support.
|
| const char kEnableGeolocation[] = "enable-geolocation";
|
|
|
| +// Enable the GPU plugin and Pepper 3D rendering.
|
| +const char kEnableGPUPlugin[] = "enable-gpu-plugin";
|
| +
|
| // Disable LocalStorage.
|
| const char kDisableLocalStorage[] = "disable-local-storage";
|
|
|
|
|