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

Unified Diff: chrome/browser/policy/policy_helpers.h

Issue 209473008: Block all web requests until force enrollment status has been confirmed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | chrome/browser/policy/policy_helpers.cc » ('j') | chrome/browser/policy/policy_helpers.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_helpers.h
diff --git a/chrome/browser/policy/policy_helpers.h b/chrome/browser/policy/policy_helpers.h
index 6c3ffdd966d3bbde2c3999f2f8d5359ce7a465c2..4665ee326710b92172a0ff76894710240494468e 100644
--- a/chrome/browser/policy/policy_helpers.h
+++ b/chrome/browser/policy/policy_helpers.h
@@ -10,7 +10,7 @@ class GURL;
namespace policy {
// Returns true if |url| should never be blacklisted by policy.
-bool OverrideBlacklistForURL(const GURL& url, bool* block);
+bool OverrideBlacklistForURL(bool is_oobe_done, const GURL& url, bool* block);
} // namespace policy
« no previous file with comments | « no previous file | chrome/browser/policy/policy_helpers.cc » ('j') | chrome/browser/policy/policy_helpers.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698