| 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;
|
|
|