Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 29b7b6faaff02feed76478b1ede95fadc33abfc1..476f02d299358bc43dfc01b78ef78562cb276892 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -515,6 +515,9 @@ const char kEnableFileCookies[] = "enable-file-cookies"; |
| // Enable FileSystem API URLs. |
| const char kEnableFileSystemURLScheme[] = "enable-filesystem-url-scheme"; |
| +// Enable the JavaaScript Full Screen API. |
|
scherkus (not reviewing)
2011/02/25 01:33:50
JavaaScript -> JavaScript
|
| +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. |