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

Unified Diff: chrome/browser/chromeos/extensions/input_method_event_router.h

Issue 150203015: Split out InputMethodMenuManager from InputMethodManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make clang happy Created 6 years, 10 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/extensions/input_method_event_router.h
diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.h b/chrome/browser/chromeos/extensions/input_method_event_router.h
index b7f01692908a8bd6e37ee1c980f769e4c21dc0ca..cc471d003e1229ac89cb627d3f955b0a9611332c 100644
--- a/chrome/browser/chromeos/extensions/input_method_event_router.h
+++ b/chrome/browser/chromeos/extensions/input_method_event_router.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/basictypes.h"
Seigo Nonaka 2014/02/12 13:12:55 nit: please remove
Junichi Uekawa 2014/02/12 22:19:53 Done.
#include "base/compiler_specific.h"
#include "chromeos/ime/input_method_manager.h"
@@ -28,8 +29,6 @@ class ExtensionInputMethodEventRouter
virtual void InputMethodChanged(
input_method::InputMethodManager* manager,
bool show_message) OVERRIDE;
- virtual void InputMethodPropertyChanged(
- input_method::InputMethodManager* manager) OVERRIDE {}
private:
content::BrowserContext* context_;

Powered by Google App Engine
This is Rietveld 408576698