Index: android_webview/browser/aw_browser_context.cc |
diff --git a/android_webview/browser/aw_browser_context.cc b/android_webview/browser/aw_browser_context.cc |
index 51f1c17bc1707de49c746b93d583a212d57e556c..f86e5d5b7701c4a326a3d7f3e9414037d4c96586 100644 |
--- a/android_webview/browser/aw_browser_context.cc |
+++ b/android_webview/browser/aw_browser_context.cc |
@@ -108,6 +108,11 @@ void AwBrowserContext::AddVisitedURLs(const std::vector<GURL>& urls) { |
net::URLRequestContextGetter* AwBrowserContext::CreateRequestContext( |
content::ProtocolHandlerMap* protocol_handlers) { |
+ // TODO(ajwong): The whole interaction between |
+ // BrowserThreadDelegate::Init(), StoragePartition is non-standard. |
+ // Usually the CookieStore is created and owned by the StoragePartition. |
+ // |
+ // Fix this after we clean up the cookie stores in http://crbug.com/159193 |
CHECK(url_request_context_getter_.get()); |
url_request_context_getter_->SetProtocolHandlers(protocol_handlers); |
return url_request_context_getter_.get(); |