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

Unified Diff: extensions/browser/api/networking_private/networking_private_linux.h

Issue 1779633002: Invoke createNetwork() callback with GUID, not service name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pass both service_path and guid arguments to all callbacks Created 4 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: extensions/browser/api/networking_private/networking_private_linux.h
diff --git a/extensions/browser/api/networking_private/networking_private_linux.h b/extensions/browser/api/networking_private/networking_private_linux.h
index e33c7b889cd5bcd64a57de1c9edd6e4e3cdb8370..e4bfe7cb4fb8892ad045bf1207b6552453d6dd0e 100644
--- a/extensions/browser/api/networking_private/networking_private_linux.h
+++ b/extensions/browser/api/networking_private/networking_private_linux.h
@@ -57,7 +57,7 @@ class NetworkingPrivateLinux : public NetworkingPrivateDelegate {
const FailureCallback& failure_callback) override;
void CreateNetwork(bool shared,
scoped_ptr<base::DictionaryValue> properties,
- const StringCallback& success_callback,
+ const ServiceCallback& success_callback,
const FailureCallback& failure_callback) override;
void ForgetNetwork(const std::string& guid,
const VoidCallback& success_callback,

Powered by Google App Engine
This is Rietveld 408576698