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

Unified Diff: content/content_browser.gypi

Issue 1988613005: ppapi: PPB_VpnProvider: Implement Service Helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vpn-permission
Patch Set: Refactor patch. Communication now handled using ContentBrowserClient. Created 4 years, 6 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 30c13d010ee483f4de3594954c7a69396741cd70..01ad91620cb14a7070ef02373083f8aa5a1975c0 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -247,6 +247,7 @@
'public/browser/page_navigator.cc',
'public/browser/page_navigator.h',
'public/browser/pepper_flash_settings_helper.h',
+ 'public/browser/pepper_vpn_provider_resource_host_proxy.h',
'public/browser/permission_manager.h',
'public/browser/permission_type.h',
'public/browser/platform_notification_context.h',
@@ -325,6 +326,7 @@
'public/browser/url_data_source.h',
'public/browser/user_metrics.h',
'public/browser/utility_process_host.h',
+ 'public/browser/vpn_service_proxy.h',
'public/browser/web_contents.cc',
'public/browser/web_contents.h',
'public/browser/web_contents_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698