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

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host.h

Issue 661178: Continue removing bad dependency of chrome/common on chrome/browser... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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 | « chrome/browser/profile.cc ('k') | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/resource_dispatcher_host.h
===================================================================
--- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 40221)
+++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
@@ -274,6 +274,14 @@
IncrementOutstandingRequestsMemoryCost);
FRIEND_TEST(ResourceDispatcherHostTest,
CalculateApproximateMemoryCost);
+ FRIEND_TEST(ApplyExtensionMessageFilterPolicyTest, WrongScheme);
+ FRIEND_TEST(ApplyExtensionMessageFilterPolicyTest, GoodScheme);
+ FRIEND_TEST(ApplyExtensionMessageFilterPolicyTest,
+ GoodSchemeWithSecurityFilter);
+ FRIEND_TEST(ApplyExtensionMessageFilterPolicyTest,
+ GoodSchemeWrongResourceType);
+ FRIEND_TEST(ApplyExtensionMessageFilterPolicyTest,
+ WrongSchemeResourceAndFilter);
class ShutdownTask;
@@ -402,6 +410,13 @@
// Returns true if the message passed in is a resource related message.
static bool IsResourceDispatcherHostMessage(const IPC::Message&);
+ // Applies FilterPolicy::FILTER_EXTENSION_MESSAGES to all text/css requests
+ // that have "chrome-extension://" scheme.
+ static void ApplyExtensionMessageFilterPolicy(
+ const GURL& url,
+ const ResourceType::Type& resource_type,
+ ResourceDispatcherHostRequestInfo* request_info);
+
PendingRequestList pending_requests_;
// A timer that periodically calls UpdateLoadStates while pending_requests_
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698