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

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

Issue 999783002: Extend vpnProvider API to support future enhancements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added documentation for UI events 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
« no previous file with comments | « no previous file | extensions/browser/api/vpn_provider/vpn_provider_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/vpn_provider/vpn_provider_api.h
diff --git a/extensions/browser/api/vpn_provider/vpn_provider_api.h b/extensions/browser/api/vpn_provider/vpn_provider_api.h
index c2384d607c762ee5e639d7d4a06b4dd2e7ace4a0..d0e7a32a8a0325232e07c5c9b894941293a985ae 100644
--- a/extensions/browser/api/vpn_provider/vpn_provider_api.h
+++ b/extensions/browser/api/vpn_provider/vpn_provider_api.h
@@ -14,6 +14,7 @@ namespace extensions {
class VpnThreadExtensionFunction : public UIThreadExtensionFunction {
public:
void SignalCallCompletionSuccess();
+ void SignalCallCompletionSuccessWithId(const std::string& configuration_id);
void SignalCallCompletionFailure(const std::string& error_name,
const std::string& error_message);
« no previous file with comments | « no previous file | extensions/browser/api/vpn_provider/vpn_provider_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698