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

Unified Diff: ui/base/ime/chromeos/input_method_manager.h

Issue 2274013003: Keeps the opt-in IME menu in lock screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 years, 4 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: ui/base/ime/chromeos/input_method_manager.h
diff --git a/ui/base/ime/chromeos/input_method_manager.h b/ui/base/ime/chromeos/input_method_manager.h
index fcb49218b6093cb0bc1e9f34da9dad6fe7c112ef..1788cd0352809a4fc36b1c4cb23040ffe75bc00c 100644
--- a/ui/base/ime/chromeos/input_method_manager.h
+++ b/ui/base/ime/chromeos/input_method_manager.h
@@ -299,6 +299,9 @@ class UI_BASE_IME_EXPORT InputMethodManager {
virtual void NotifyImeMenuItemsChanged(
const std::string& engine_id,
const std::vector<MenuItem>& items) = 0;
+
+ // Returns the opt-in IME menu activation state by profile.
+ virtual bool GetImeMenuActivation(Profile* profile) = 0;
};
} // namespace input_method

Powered by Google App Engine
This is Rietveld 408576698