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

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

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 5 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: chrome/browser/chromeos/input_method/input_method_util.h
diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h
index 6c147850e3533eba93ad0160d0ec2020e0cf5148..36ba5aba16feab95b22dc6f502abcb2d91ffb4b8 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.h
+++ b/chrome/browser/chromeos/input_method/input_method_util.h
@@ -29,11 +29,7 @@ enum InputMethodType {
// A class which provides miscellaneous input method utility functions.
class InputMethodUtil {
public:
- // |supported_input_methods| is a list of all input methods supported,
- // including ones not active. The list is used to initialize member variables
- // in this class.
- InputMethodUtil(InputMethodDelegate* delegate,
- scoped_ptr<InputMethodDescriptors> supported_input_methods);
+ explicit InputMethodUtil(InputMethodDelegate* delegate);
~InputMethodUtil();
// Converts a string sent from IBus IME engines, which is written in English,

Powered by Google App Engine
This is Rietveld 408576698