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

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

Issue 90933002: Delete InputMethodEngine::CreateEngine and call the InputMethodEngineIBus contructor directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNER file Created 7 years 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/input_method_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_engine.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine.h b/chrome/browser/chromeos/input_method/input_method_engine.h
index fca6f8614e287d84c123324786de78dae903d2bb..be628df8bee743d932d96ec22aa00805a3d74fd7 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine.h
@@ -238,19 +238,6 @@ class InputMethodEngine {
int offset,
size_t number_of_chars,
std::string* error) = 0;
-
- // Create an IME engine.
- static InputMethodEngine* CreateEngine(
- InputMethodEngine::Observer* observer,
- const char* engine_name,
- const char* extension_id,
- const char* engine_id,
- const char* description,
- const std::vector<std::string>& language,
- const std::vector<std::string>& layouts,
- const GURL& options_page,
- const GURL& input_view,
- std::string* error);
};
} // namespace chromeos
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698