Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a84c2822792830e806b76ac17a2607debd87eb43..f2fb44c0533cb8fa784cb98cc41153baa8638682 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -440,9 +440,6 @@ const char kEnableFastback[] = "enable-fastback"; |
// testing, for example page cycler and layout tests. See bug 1157243. |
const char kEnableFileCookies[] = "enable-file-cookies"; |
-// 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. |