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

Unified Diff: chrome/browser/local_discovery/privet_http_impl.h

Issue 1441403005: Use shared shared URLRequestContextGetter for all gcd_private sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@context5
Patch Set: 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
« no previous file with comments | « chrome/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_http_impl.h
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h
index 86fd8e7d45b8aca9fbefaacdff809873d503342e..b0a3a34f7d74bad08a0472e3444f89b71d9c8326 100644
--- a/chrome/browser/local_discovery/privet_http_impl.h
+++ b/chrome/browser/local_discovery/privet_http_impl.h
@@ -253,9 +253,7 @@ class PrivetHTTPClientImpl : public PrivetHTTPClient {
PrivetURLFetcher::Delegate* delegate) override;
void RefreshPrivetToken(
const PrivetURLFetcher::TokenCallback& token_callback) override;
- void SwitchToHttps(
- uint16_t port,
- const net::SHA256HashValue& certificate_fingerprint) override;
+ void SwitchToHttps(uint16_t port) override;
bool IsInHttpsMode() const override;
std::string GetHost() const override;
« no previous file with comments | « chrome/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698