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

Unified Diff: net/websockets/websocket_job.h

Issue 19269012: Don't persist HPKP if PrivacyMode is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address codereview nit and fix compilation error in OFFICIAL_BUILD. Created 7 years, 3 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
Index: net/websockets/websocket_job.h
diff --git a/net/websockets/websocket_job.h b/net/websockets/websocket_job.h
index 119c4dcfaa9fc89f99fe47f0659ff50f90c2aa50..4a9bf39fc678c7ee1ca3a0c2394f77323a6c8f60 100644
--- a/net/websockets/websocket_job.h
+++ b/net/websockets/websocket_job.h
@@ -110,8 +110,6 @@ class NET_EXPORT WebSocketJob
void NotifyHeadersComplete();
void DoSendData();
- GURL GetURLForCookies() const;
-
const AddressList& address_list() const;
int TrySpdyStream();
void SetWaiting();

Powered by Google App Engine
This is Rietveld 408576698