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

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

Issue 13533017: Fix managed mode allow/block flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename variable Created 7 years, 8 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 43ffb9b4ed074b2de0596783abd3ad724ca8392b..f49f006525187e33a1b939f9f2c3c95163880141 100644
--- a/chrome/browser/managed_mode/managed_mode_resource_throttle.h
+++ b/chrome/browser/managed_mode/managed_mode_resource_throttle.h
@@ -32,11 +32,7 @@ class ManagedModeResourceThrottle : public content::ResourceThrottle {
// details on the preview map.
static void AddTemporaryException(int render_process_host_id,
int render_view_id,
- const GURL& url,
- bool new_navigation);
- static void UpdateExceptionNavigationStatus(int render_process_host_id,
- int render_view_id,
- bool new_navigation);
+ const GURL& url);
static void RemoveTemporaryException(int render_process_host_id,
int render_view_id);

Powered by Google App Engine
This is Rietveld 408576698