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

Unified Diff: chrome/browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc

Issue 1573903002: Change some functions in ImeEngineObserver as not ChromeOS-only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc
diff --git a/chrome/browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc b/chrome/browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc
index 34dc1457781e56c35e666e8e9a48637ff74e5fdd..5f99f80c9f1018c03b8d387b722f5dc3ef74a751 100644
--- a/chrome/browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc
+++ b/chrome/browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc
@@ -47,6 +47,10 @@ class ImeObserverNonChromeOS : public ui::ImeObserver {
->DispatchEventToExtension(extension_id_, std::move(event));
}
+ std::string GetCurrentScreenType() override {
+ return "normal";
+ }
+
DISALLOW_COPY_AND_ASSIGN(ImeObserverNonChromeOS);
};
« no previous file with comments | « chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc ('k') | ui/base/ime/ime_engine_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698