Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 3fb244a6fd771df9719cbf3d022054ffc800d3fc..e3546fc799915c06123de01b8ea31a1c548741e2 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -287,7 +287,7 @@ const char kEnableFastback[] = "enable-fastback"; |
// or to a specified width and height using --enable-fixed-layout=w,h |
const char kEnableFixedLayout[] = "enable-fixed-layout"; |
-// Enable the JavaScript Full Screen API. |
+// Disable the JavaScript Full Screen API. |
const char kDisableFullScreen[] = "disable-fullscreen"; |
// Enable Text Service Framework(TSF) for text inputting instead of IMM32. This |