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

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

Issue 2891263002: chromeos: Remove some IME methods from ash::SystemTrayDelegate (Closed)
Patch Set: cleanup Created 3 years, 7 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/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 5e5c59615055569ae84e668c5ad22ff930de9192..946e129e631d349b42228e9f174564ccb229bfdf 100644
--- a/ui/base/ime/chromeos/mock_input_method_manager.h
+++ b/ui/base/ime/chromeos/mock_input_method_manager.h
@@ -21,6 +21,7 @@ class UI_BASE_IME_EXPORT MockInputMethodManager : public InputMethodManager {
public:
State();
+ scoped_refptr<InputMethodManager::State> Clone() const override;
James Cook 2017/05/23 00:01:44 I'm not using Clone(). This method has to exist so
void AddInputMethodExtension(
const std::string& extension_id,
const InputMethodDescriptors& descriptors,
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('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