| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 76645)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -533,9 +533,6 @@
|
| // Enable FileSystem API URLs.
|
| const char kEnableFileSystemURLScheme[] = "enable-filesystem-url-scheme";
|
|
|
| -// Enable the JavaScript Full Screen API.
|
| -const char kEnableFullScreen[] = "enable-fullscreen";
|
| -
|
| // Enable the in-browser thumbnailing, which is more efficient than the
|
| // in-renderer thumbnailing, as we can use more information to determine
|
| // if we need to update thumbnails.
|
|
|