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

Unified Diff: chromeos/ime/mock_component_extension_ime_manager_delegate.cc

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: nits. 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/mock_component_extension_ime_manager_delegate.h ('k') | no next file » | 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.cc
diff --git a/chromeos/ime/mock_component_extension_ime_manager_delegate.cc b/chromeos/ime/mock_component_extension_ime_manager_delegate.cc
index ff9c3f4d6d5875a027bcd2cf370f139a067ca14c..f7914639119572842ee5267d471ea6a34d679db3 100644
--- a/chromeos/ime/mock_component_extension_ime_manager_delegate.cc
+++ b/chromeos/ime/mock_component_extension_ime_manager_delegate.cc
@@ -23,13 +23,12 @@ std::vector<ComponentExtensionIME>
return ime_list_;
}
-bool MockComponentExtIMEManagerDelegate::Load(Profile* profile,
+void MockComponentExtIMEManagerDelegate::Load(Profile* profile,
const std::string& extension_id,
const std::string& manifest,
const base::FilePath& path) {
last_loaded_extension_id_ = extension_id;
load_call_count_++;
- return true;
}
void MockComponentExtIMEManagerDelegate::Unload(Profile* profile,
« no previous file with comments | « chromeos/ime/mock_component_extension_ime_manager_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698