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

Unified Diff: android_webview/browser/net/aw_url_request_context_getter.h

Issue 2101153003: Remove data reduction proxy code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: android_webview/browser/net/aw_url_request_context_getter.h
diff --git a/android_webview/browser/net/aw_url_request_context_getter.h b/android_webview/browser/net/aw_url_request_context_getter.h
index daa51476d59a5239383fe4ab75d8dab01b813db0..9644a612811be23f465efcc2c39221d39359b245 100644
--- a/android_webview/browser/net/aw_url_request_context_getter.h
+++ b/android_webview/browser/net/aw_url_request_context_getter.h
@@ -49,10 +49,6 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter {
// threads (UI and IO).
net::NetLog* GetNetLog();
- // This should be called before the network stack is ever used. It can be
- // called again afterwards if the key updates.
- void SetKeyOnIO(const std::string& key);
-
private:
friend class AwBrowserContext;
~AwURLRequestContextGetter() override;
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | android_webview/browser/net/aw_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698