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

Unified Diff: extensions/browser/api/vpn_provider/vpn_service.h

Issue 1779633002: Invoke createNetwork() callback with GUID, not service name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more trybot failures 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/vpn_provider/vpn_service.h
diff --git a/extensions/browser/api/vpn_provider/vpn_service.h b/extensions/browser/api/vpn_provider/vpn_service.h
index 7aa1dc212ad67944b334dd796ba602a3e67c6b64..6e515c9b41f945cb021399f8107857bdfc255adc 100644
--- a/extensions/browser/api/vpn_provider/vpn_service.h
+++ b/extensions/browser/api/vpn_provider/vpn_service.h
@@ -170,7 +170,8 @@ class VpnService : public KeyedService,
// Callback used to indicate that configuration was successfully created.
void OnCreateConfigurationSuccess(const SuccessCallback& callback,
VpnConfiguration* configuration,
- const std::string& service_path);
+ const std::string& service_path,
+ const std::string& guid);
// Callback used to indicate that configuration creation failed.
void OnCreateConfigurationFailure(

Powered by Google App Engine
This is Rietveld 408576698