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

Unified Diff: chrome/browser/chromeos/cros/sms_watcher.h

Issue 11367048: This is the first pass at making GetIPConfigs asynchronous. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/chromeos/cros/sms_watcher.h
diff --git a/chrome/browser/chromeos/cros/sms_watcher.h b/chrome/browser/chromeos/cros/sms_watcher.h
index c457c115b8acc907a0c112cbf9c6e563947a9a50..cf9b8fc1665f087cd0c078bb217cb96bd31ebca6 100644
--- a/chrome/browser/chromeos/cros/sms_watcher.h
+++ b/chrome/browser/chromeos/cros/sms_watcher.h
@@ -52,7 +52,7 @@ class SMSWatcher : public CrosNetworkWatcher {
private:
// Callback for shill device's GetProperties() method.
void DevicePropertiesCallback(DBusMethodCallStatus call_status,
- const base::DictionaryValue& properties);
+ scoped_ptr<base::DictionaryValue> properties);
base::WeakPtrFactory<SMSWatcher> weak_ptr_factory_;
std::string device_path_;

Powered by Google App Engine
This is Rietveld 408576698