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

Unified Diff: dbus/message.h

Issue 494263003: Undo a rename of dbus::Message::GetSignature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | dbus/message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/message.h
diff --git a/dbus/message.h b/dbus/message.h
index d29e5e46e89021ab11b60f18c92d73047ad21873..780e6c5b46628eaa9d3f7dd03e8dbe0e8358d4b6 100644
--- a/dbus/message.h
+++ b/dbus/message.h
@@ -111,7 +111,7 @@ class CHROME_DBUS_EXPORT Message {
std::string GetMember();
std::string GetErrorName();
std::string GetSender();
- std::string GetDataSignature();
+ std::string GetSignature();
// Gets the serial and reply serial numbers. Returns 0 if not set.
uint32 GetSerial();
uint32 GetReplySerial();
« no previous file with comments | « no previous file | dbus/message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698