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

Unified Diff: chromeos/ime/mock_component_extension_ime_manager_delegate.h

Issue 495593004: Check the IME component extension's availability on linux_chromeos, so that system fallback VK can … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised per comments. 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
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 94016dcda5495b87a9575f554f0241a9e289b5aa..ee90acdc4a7bc24307cd18028f550793248d4ad6 100644
--- a/chromeos/ime/mock_component_extension_ime_manager_delegate.h
+++ b/chromeos/ime/mock_component_extension_ime_manager_delegate.h
@@ -18,7 +18,7 @@ class CHROMEOS_EXPORT MockComponentExtIMEManagerDelegate
virtual ~MockComponentExtIMEManagerDelegate();
virtual std::vector<ComponentExtensionIME> ListIME() OVERRIDE;
- virtual bool Load(Profile*,
+ virtual void Load(Profile*,
const std::string& extension_id,
const std::string& manifest,
const base::FilePath& path) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698