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

Unified Diff: content/browser/content_browser_client.h

Issue 7012007: Chrome side of having the WebKit FileSystem API use WebPermissionClient for checking if using fil... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/browser/content_browser_client.h
===================================================================
--- content/browser/content_browser_client.h (revision 85048)
+++ content/browser/content_browser_client.h (working copy)
@@ -34,10 +34,14 @@
// Notifies that a new RenderHostView has been created.
virtual void RenderViewHostCreated(RenderViewHost* render_view_host);
- // Notifies that a BrowserRenderProcessHost has been created.
+ // Notifies that a BrowserRenderProcessHost has been created. This is called
+ // before the content layer adds its own BrowserMessageFilters, so that the
+ // embedder's IPC filters have priority.
virtual void BrowserRenderProcessHostCreated(BrowserRenderProcessHost* host);
- // Notifies that a WorkerProcessHost has been created.
+ // Notifies that a WorkerProcessHost has been created. This is called
+ // before the content layer adds its own message filters, so that the
+ // embedder's IPC filters have priority.
virtual void WorkerProcessHostCreated(WorkerProcessHost* host);
// Gets the WebUIFactory which will be responsible for generating WebUIs.
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | content/browser/file_system/file_system_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698