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

Unified Diff: content/content_child.gypi

Issue 1035223003: Rename content::PermissionManager to content::PermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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/child/permissions/permission_manager_thread_proxy.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 63a014ffb80916ef1264ab6c842892983585c24e..e73d3d80b79b58ce3a302c00260d271df89d2ccc 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -163,10 +163,10 @@
'child/npapi/webplugin_ime_win.cc',
'child/npapi/webplugin_ime_win.h',
'child/npapi/webplugin_resource_client.h',
- 'child/permissions/permission_manager.cc',
- 'child/permissions/permission_manager.h',
- 'child/permissions/permission_manager_thread_proxy.cc',
- 'child/permissions/permission_manager_thread_proxy.h',
+ 'child/permissions/permission_dispatcher.cc',
+ 'child/permissions/permission_dispatcher.h',
+ 'child/permissions/permission_dispatcher_thread_proxy.cc',
+ 'child/permissions/permission_dispatcher_thread_proxy.h',
'child/plugin_message_generator.cc',
'child/plugin_message_generator.h',
'child/plugin_messages.h',
« no previous file with comments | « content/child/permissions/permission_manager_thread_proxy.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698