| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 33809)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -201,6 +201,9 @@
|
| // testing, for example page cycler and layout tests. See bug 1157243.
|
| const char kEnableFileCookies[] = "enable-file-cookies";
|
|
|
| +// Enable Geolocation support.
|
| +const char kEnableGeolocation[] = "enable-geolocation";
|
| +
|
| // Disable LocalStorage.
|
| const char kDisableLocalStorage[] = "disable-local-storage";
|
|
|
|
|