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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_manager.h

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 5 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/chromeos/input_method/mock_input_method_manager.h
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.h b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
index 93191268b4d83c1bc20652c8bcb7931cf1ca3558..5f3e3f0ee87d6919b618b2aaeb023d0cb4eea855 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.h
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
@@ -22,6 +22,7 @@ class MockInputMethodManager : public InputMethodManager {
virtual ~MockInputMethodManager();
// InputMethodManager override:
+ virtual void InitializeComponentExtension() OVERRIDE;
virtual void AddObserver(InputMethodManager::Observer* observer) OVERRIDE;
virtual void AddCandidateWindowObserver(
InputMethodManager::CandidateWindowObserver* observer) OVERRIDE;
@@ -93,7 +94,6 @@ class MockInputMethodManager : public InputMethodManager {
// The value GetCurrentInputMethod().id() will return.
std::string current_input_method_id_;
- InputMethodWhitelist whitelist_;
FakeInputMethodDelegate delegate_; // used by util_
InputMethodUtil util_;
FakeImeKeyboard keyboard_;

Powered by Google App Engine
This is Rietveld 408576698