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

Unified Diff: chromeos/dbus/gsm_sms_client.h

Issue 10391170: Add RequestUpdate to NetworkSmsHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nit Created 8 years, 7 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 | chromeos/dbus/gsm_sms_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/gsm_sms_client.h
diff --git a/chromeos/dbus/gsm_sms_client.h b/chromeos/dbus/gsm_sms_client.h
index 1575e41a6a4e1c7324690cf99414dab8e94603d9..537b4e463f118a61ebb4921cabbd1018fa863e3e 100644
--- a/chromeos/dbus/gsm_sms_client.h
+++ b/chromeos/dbus/gsm_sms_client.h
@@ -69,6 +69,11 @@ class CHROMEOS_EXPORT GsmSMSClient {
const dbus::ObjectPath& object_path,
const ListCallback& callback) = 0;
+ // Requests a check for new messages. In flimflam this does nothing. The
+ // stub implementation uses it to generate a sequence of test messages.
+ virtual void RequestUpdate(const std::string& service_name,
+ const dbus::ObjectPath& object_path) = 0;
+
protected:
// Create() should be used instead.
GsmSMSClient();
« no previous file with comments | « no previous file | chromeos/dbus/gsm_sms_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698