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

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine_ibus.cc

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
Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc b/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
index c485a6c5f02c81f38f5acbd028dda70242562ed2..e4a3fc63128a89c3d8d01988697ea7108fb4af2c 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
@@ -86,12 +86,10 @@ void InputMethodEngineIBus::Initialize(
const char* engine_name,
const char* extension_id,
const char* engine_id,
- const char* description,
const std::vector<std::string>& languages,
const std::vector<std::string>& layouts,
const GURL& options_page,
- const GURL& input_view,
- std::string* error) {
+ const GURL& input_view) {
DCHECK(observer) << "Observer must not be null.";
observer_ = observer;
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_engine_ibus.h ('k') | chrome/browser/extensions/api/input_ime/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698