| 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(
|
|
|