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

Unified Diff: chrome/browser/local_discovery/privet_http.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
Index: chrome/browser/local_discovery/privet_http.h
diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
index f2d29d8b827ee25fd61b1a50ca8d8ae310e95474..607be5bed0ccff90d5f1e35a279a9f0df4e098bc 100644
--- a/chrome/browser/local_discovery/privet_http.h
+++ b/chrome/browser/local_discovery/privet_http.h
@@ -75,9 +75,7 @@ class PrivetHTTPClient {
// fingerprint.
// For more information on this protocol:
// https://developers.google.com/cloud-devices/v1/reference/local-api/pairing_start
- virtual void SwitchToHttps(
- uint16_t port,
- const net::SHA256HashValue& certificate_fingerprint) = 0;
+ virtual void SwitchToHttps(uint16_t port) = 0;
virtual bool IsInHttpsMode() const = 0;

Powered by Google App Engine
This is Rietveld 408576698