Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6240)

Unified Diff: chrome/common/extensions/api/input_method_private.json

Issue 1022143003: Removes flag --enable-new-md-input-view and add a opposite flag: --disable-new-md-input-view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/input_method_private.json
diff --git a/chrome/common/extensions/api/input_method_private.json b/chrome/common/extensions/api/input_method_private.json
index d2a5af6d6a2ddfbc9bc529846ece0298739d91f7..f119823c9fcf3ba91e34583c4bb7f2f6cf6e65df 100644
--- a/chrome/common/extensions/api/input_method_private.json
+++ b/chrome/common/extensions/api/input_method_private.json
@@ -24,7 +24,7 @@
"description": "The input method config object.",
"properties": {
"isPhysicalKeyboardAutocorrectEnabled": {"type": "boolean"},
- "isNewMDInputViewEnabled": {"type": "boolean"},
+ "isNewMDInputViewDisabled": {"type": "boolean"},
Shu Chen 2015/03/23 02:16:23 please don't change this.
FengYuan 2015/03/23 05:24:49 Done.
"isVoiceInputEnabled": {"type": "boolean"}
}
}

Powered by Google App Engine
This is Rietveld 408576698