Commit c4447687 authored by shuchen@chromium.org's avatar shuchen@chromium.org

[VK] turn on enable input view flag by default for M36.

BUG=353034
TEST=None

Review URL: https://codereview.chromium.org/230873002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262891 0039d316-1c4b-4281-b951-d872f2087c98
parent bbaf2e70
......@@ -120,7 +120,7 @@ bool IsInputViewEnabled() {
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableInputView))
return false;
// Default value if no command line flags specified.
return false;
return true;
}
bool InsertText(const base::string16& text, aura::Window* root_window) {
......
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