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

Unified Diff: ash/system/ime/ime_observer.h

Issue 167793002: Removes --disable-ime-mode-indicator flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/ime/ime_observer.h
diff --git a/ash/system/ime/ime_observer.h b/ash/system/ime/ime_observer.h
index aee74aea2ba08701e621e1a913a74588067448fc..a7f938c849177c316855c627bd3c1efdf62ebb67 100644
--- a/ash/system/ime/ime_observer.h
+++ b/ash/system/ime/ime_observer.h
@@ -12,9 +12,8 @@ class IMEObserver {
virtual ~IMEObserver() {}
// Notify the observer that the IME state has changed, and should be
- // refreshed. |show_message| indicates whether the user should be alerted of
- // the change.
- virtual void OnIMERefresh(bool show_message) = 0;
+ // refreshed.
+ virtual void OnIMERefresh() = 0;
};
} // namespace ash
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698