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

Unified Diff: chromeos/dbus/shill_third_party_vpn_driver_client.h

Issue 1014053002: Provide warning message for setParameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Print only when there is a warning and fix unittest error Created 5 years, 9 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
Index: chromeos/dbus/shill_third_party_vpn_driver_client.h
diff --git a/chromeos/dbus/shill_third_party_vpn_driver_client.h b/chromeos/dbus/shill_third_party_vpn_driver_client.h
index ac4738c3b3183bc08d6d72b388c980317dc9fba6..d75fab9260fd6e3225671c29c222a31dea70b5ab 100644
--- a/chromeos/dbus/shill_third_party_vpn_driver_client.h
+++ b/chromeos/dbus/shill_third_party_vpn_driver_client.h
@@ -56,7 +56,7 @@ class CHROMEOS_EXPORT ShillThirdPartyVpnDriverClient : public DBusClient {
virtual void SetParameters(
const std::string& object_path_value,
const base::DictionaryValue& parameters,
- const base::Closure& callback,
+ const ShillClientHelper::StringCallback& callback,
const ShillClientHelper::ErrorCallback& error_callback) = 0;
// Calls UpdateConnectionState method.

Powered by Google App Engine
This is Rietveld 408576698