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

Unified Diff: chromeos/dbus/ibus/ibus_panel_service.h

Issue 11416243: Change UpdateProperties to UpdateProperty (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only for mistake Created 8 years, 1 month 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 | « chromeos/dbus/ibus/ibus_constants.h ('k') | chromeos/dbus/ibus/ibus_panel_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_panel_service.h
diff --git a/chromeos/dbus/ibus/ibus_panel_service.h b/chromeos/dbus/ibus/ibus_panel_service.h
index 0ecb1f7c4b1390156ac7604b7558a8923341c7bd..5fde186c204008c60ccb7df6cce748c350e1b5ba 100644
--- a/chromeos/dbus/ibus/ibus_panel_service.h
+++ b/chromeos/dbus/ibus/ibus_panel_service.h
@@ -67,7 +67,7 @@ class CHROMEOS_EXPORT IBusPanelPropertyHandlerInterface {
virtual void RegisterProperties(const ibus::IBusPropertyList& properties) = 0;
// Called when current property is updated.
- virtual void UpdateProperties(const ibus::IBusPropertyList& properties) = 0;
+ virtual void UpdateProperty(const ibus::IBusProperty& property) = 0;
protected:
IBusPanelPropertyHandlerInterface() {}
« no previous file with comments | « chromeos/dbus/ibus/ibus_constants.h ('k') | chromeos/dbus/ibus/ibus_panel_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698