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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/globalflags.js

Issue 899673003: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: third_party/google_input_tools/src/chrome/os/inputview/globalflags.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/externs.js b/third_party/google_input_tools/src/chrome/os/inputview/globalflags.js
similarity index 74%
copy from third_party/google_input_tools/src/chrome/os/inputview/layouts/material/externs.js
copy to third_party/google_input_tools/src/chrome/os/inputview/globalflags.js
index 84f8354e0f093e5c5559d255035a3031ad040dc0..b6e587653f9ff679b5d16b5efd4f697c7f2223c9 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/externs.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/globalflags.js
@@ -11,8 +11,12 @@
// you may not use this file except in compliance with the License.
// Licensed under the Apache License, Version 2.0 (the "License");
//
-var google = {};
-google.ime = {};
-google.ime.chrome = {};
-google.ime.chrome.inputview = {};
-google.ime.chrome.inputview.onLayoutLoaded = function(data) {};
+goog.provide('i18n.input.chrome.inputview.GlobalFlags');
+
+
+/**
+ * Whether input view keyboards of material design is enabled.
+ *
+ * @type {boolean}
+ */
+i18n.input.chrome.inputview.GlobalFlags.isQPInputView = false;

Powered by Google App Engine
This is Rietveld 408576698