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

Unified Diff: ash/shell.cc

Issue 9999018: chrome/browser/chromeos/input_method/ refactoring [part 6 of 6] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 75552bbecdede02a853595d3c13c431fdfdb789c..97df7a849972b12601492006896bc08e1ec50d96 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -384,8 +384,7 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
virtual void SwitchIME(const std::string& ime_id) OVERRIDE {
}
- virtual void ActivateIMEProperty(const std::string& key,
- bool is_selection) OVERRIDE {
+ virtual void ActivateIMEProperty(const std::string& key) OVERRIDE {
}
virtual void GetMostRelevantNetworkIcon(NetworkIconInfo* info,
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.cc » ('j') | chrome/browser/chromeos/input_method/ibus_controller_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698