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

Unified Diff: net/http/mock_allow_http_auth_preferences.cc

Issue 2826273004: Enable loading gssapi library for Chromad. (Closed)
Patch Set: Enable loading gssapi library for Chromad. Created 3 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
« no previous file with comments | « net/http/http_auth_preferences_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/mock_allow_http_auth_preferences.cc
diff --git a/net/http/mock_allow_http_auth_preferences.cc b/net/http/mock_allow_http_auth_preferences.cc
index 8951139aa31842d5a83e9f1ef168f4b761868116..37539e56ee6f68c2e3386af8024b3687c1026024 100644
--- a/net/http/mock_allow_http_auth_preferences.cc
+++ b/net/http/mock_allow_http_auth_preferences.cc
@@ -12,7 +12,11 @@ MockAllowHttpAuthPreferences::MockAllowHttpAuthPreferences()
,
std::string()
#endif
- ) {
+#if defined(OS_CHROMEOS)
+ ,
+ true
+#endif
+ ) {
}
MockAllowHttpAuthPreferences::~MockAllowHttpAuthPreferences() {}
« no previous file with comments | « net/http/http_auth_preferences_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698