| 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
|
|
|
|
|