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

Unified Diff: chrome/browser/managed_mode/managed_mode_resource_throttle.h

Issue 11826059: Add ManagedUserService for profile-specific managed user data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 7 years, 11 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: chrome/browser/managed_mode/managed_mode_resource_throttle.h
diff --git a/chrome/browser/managed_mode/managed_mode_resource_throttle.h b/chrome/browser/managed_mode/managed_mode_resource_throttle.h
index 1a33e665c03a7c0c7d17e04fea034356b8c824fb..f49f006525187e33a1b939f9f2c3c95163880141 100644
--- a/chrome/browser/managed_mode/managed_mode_resource_throttle.h
+++ b/chrome/browser/managed_mode/managed_mode_resource_throttle.h
@@ -20,7 +20,8 @@ class ManagedModeResourceThrottle : public content::ResourceThrottle {
ManagedModeResourceThrottle(const net::URLRequest* request,
int render_process_host_id,
int render_view_id,
- bool is_main_frame);
+ bool is_main_frame,
+ const ManagedModeURLFilter* url_filter);
virtual ~ManagedModeResourceThrottle();
// Adds/removes a temporary exception to filtering for a

Powered by Google App Engine
This is Rietveld 408576698