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

Unified Diff: chromeos/ime/mock_component_extension_ime_manager_delegate.h

Issue 419293002: IME refactoring: ChromeOS introduce input methods State. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test fixed. Re-sorted methods of StateImpl and IMM. Created 6 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
« no previous file with comments | « chromeos/ime/input_method_manager.cc ('k') | chromeos/ime/mock_component_extension_ime_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/mock_component_extension_ime_manager_delegate.h
diff --git a/chromeos/ime/mock_component_extension_ime_manager_delegate.h b/chromeos/ime/mock_component_extension_ime_manager_delegate.h
index 49f8e1f81af91aff3f39f9516a9b6817f7698b92..94016dcda5495b87a9575f554f0241a9e289b5aa 100644
--- a/chromeos/ime/mock_component_extension_ime_manager_delegate.h
+++ b/chromeos/ime/mock_component_extension_ime_manager_delegate.h
@@ -18,10 +18,12 @@ class CHROMEOS_EXPORT MockComponentExtIMEManagerDelegate
virtual ~MockComponentExtIMEManagerDelegate();
virtual std::vector<ComponentExtensionIME> ListIME() OVERRIDE;
- virtual bool Load(const std::string& extension_id,
+ virtual bool Load(Profile*,
+ const std::string& extension_id,
const std::string& manifest,
const base::FilePath& path) OVERRIDE;
- virtual void Unload(const std::string& extension_id,
+ virtual void Unload(Profile*,
+ const std::string& extension_id,
const base::FilePath& path) OVERRIDE;
int load_call_count() const { return load_call_count_; }
« no previous file with comments | « chromeos/ime/input_method_manager.cc ('k') | chromeos/ime/mock_component_extension_ime_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698