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

Unified Diff: net/http/mock_allow_url_security_manager.h

Issue 1414313002: Allow dynamic updating of authentication policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix NET_EXPORTS Created 5 years, 1 month 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: net/http/mock_allow_url_security_manager.h
diff --git a/net/http/mock_allow_url_security_manager.h b/net/http/mock_allow_url_security_manager.h
index 2a0b205522288b478b8f56ae76b7b3bb5463b21e..a1f4ac92f0b4eee0d676c63062c572e39d8b0f5e 100644
--- a/net/http/mock_allow_url_security_manager.h
+++ b/net/http/mock_allow_url_security_manager.h
@@ -18,6 +18,10 @@ class MockAllowURLSecurityManager : public URLSecurityManager {
bool CanUseDefaultCredentials(const GURL& auth_origin) const override;
bool CanDelegate(const GURL& auth_origin) const override;
+ void SetDefaultWhitelist(
+ scoped_ptr<HttpAuthFilter> whitelist_default) override {}
+ void SetDelegateWhitelist(
+ scoped_ptr<HttpAuthFilter> whitelist_default) override {}
private:
DISALLOW_COPY_AND_ASSIGN(MockAllowURLSecurityManager);

Powered by Google App Engine
This is Rietveld 408576698