Commit c8c8f13d authored by skyostil@chromium.org's avatar skyostil@chromium.org

Update comment describing disable-fullscreen switch


Review URL: https://chromiumcodereview.appspot.com/11931022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177242 0039d316-1c4b-4281-b951-d872f2087c98
parent 6a8f5fe6
...@@ -287,7 +287,7 @@ const char kEnableFastback[] = "enable-fastback"; ...@@ -287,7 +287,7 @@ const char kEnableFastback[] = "enable-fastback";
// or to a specified width and height using --enable-fixed-layout=w,h // or to a specified width and height using --enable-fixed-layout=w,h
const char kEnableFixedLayout[] = "enable-fixed-layout"; const char kEnableFixedLayout[] = "enable-fixed-layout";
// Enable the JavaScript Full Screen API. // Disable the JavaScript Full Screen API.
const char kDisableFullScreen[] = "disable-fullscreen"; const char kDisableFullScreen[] = "disable-fullscreen";
// Enable Text Service Framework(TSF) for text inputting instead of IMM32. This // Enable Text Service Framework(TSF) for text inputting instead of IMM32. This
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment