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

Unified Diff: content/content_shell.gypi

Issue 1011953003: Refactor Permissions related method out of ContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_type_enum_class
Patch Set: fix cros 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 | « content/browser/permissions/permission_service_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index c592ede48a3102c71d1a216a4818f77477d5a2aa..4043999c40d76d7f4f56bc446626f5ef0fd90be5 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -116,6 +116,8 @@
'shell/browser/layout_test/layout_test_navigator_connect_service_factory.h',
'shell/browser/layout_test/layout_test_notification_manager.cc',
'shell/browser/layout_test/layout_test_notification_manager.h',
+ 'shell/browser/layout_test/layout_test_permission_manager.h',
+ 'shell/browser/layout_test/layout_test_permission_manager.cc',
'shell/browser/layout_test/layout_test_push_messaging_service.cc',
'shell/browser/layout_test/layout_test_push_messaging_service.h',
'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc',
@@ -162,6 +164,8 @@
'shell/browser/shell_net_log.h',
'shell/browser/shell_network_delegate.cc',
'shell/browser/shell_network_delegate.h',
+ 'shell/browser/shell_permission_manager.cc',
+ 'shell/browser/shell_permission_manager.h',
'shell/browser/shell_platform_data_aura.cc',
'shell/browser/shell_platform_data_aura.h',
'shell/browser/shell_plugin_service_filter.cc',
« no previous file with comments | « content/browser/permissions/permission_service_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698