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

Unified Diff: chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.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: 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 | « no previous file | chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h
diff --git a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h
index f84c6a5221d5c5987af6894b2d002a11a2849de6..ab326a49aec5cd2e3538846a0fc1261977b80419 100644
--- a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h
+++ b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h
@@ -28,7 +28,7 @@ class ComponentExtensionIMEManagerImpl
// ComponentExtensionIMEManagerDelegate overrides:
virtual std::vector<ComponentExtensionIME> ListIME() OVERRIDE;
- virtual bool Load(Profile* profile,
+ virtual void Load(Profile* profile,
const std::string& extension_id,
const std::string& manifest,
const base::FilePath& file_path) OVERRIDE;
@@ -63,10 +63,6 @@ class ComponentExtensionIMEManagerImpl
// The list of component extension IME.
std::vector<ComponentExtensionIME> component_extension_list_;
- // For checking the function should be called on UI thread.
- base::ThreadChecker thread_checker_;
- base::WeakPtrFactory<ComponentExtensionIMEManagerImpl> weak_ptr_factory_;
-
DISALLOW_COPY_AND_ASSIGN(ComponentExtensionIMEManagerImpl);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698