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

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

Issue 2953033002: Hide handwriting and voice buttons when keyboard is in restricted state (Closed)
Patch Set: Add FEATURE_ALL Created 3 years, 6 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
« no previous file with comments | « ui/base/ime/chromeos/input_method_manager.h ('k') | ui/base/ime/chromeos/mock_input_method_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/mock_input_method_manager.h
diff --git a/ui/base/ime/chromeos/mock_input_method_manager.h b/ui/base/ime/chromeos/mock_input_method_manager.h
index 62ae04c8f6cc9c4c319d69c612648366e029a6f4..d59c28800da187d5ec76017e8c3b5b53f58582e4 100644
--- a/ui/base/ime/chromeos/mock_input_method_manager.h
+++ b/ui/base/ime/chromeos/mock_input_method_manager.h
@@ -105,8 +105,12 @@ class UI_BASE_IME_EXPORT MockInputMethodManager : public InputMethodManager {
void MaybeNotifyImeMenuActivationChanged() override;
void OverrideKeyboardUrlRef(const std::string& keyset) override;
bool IsEmojiHandwritingVoiceOnImeMenuEnabled() override;
+ void SetImeMenuFeatureEnabled(ImeMenuFeature feature, bool enabled) override;
+ bool GetImeMenuFeatureEnabled(ImeMenuFeature feature) const override;
private:
+ uint32_t features_enabled_state_;
+
DISALLOW_COPY_AND_ASSIGN(MockInputMethodManager);
};
« no previous file with comments | « ui/base/ime/chromeos/input_method_manager.h ('k') | ui/base/ime/chromeos/mock_input_method_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698