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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 9572001: Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos Created 8 years, 9 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: chrome/browser/tab_contents/render_view_context_menu.h
diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
index 24b45135fd19d4def8fb5b5d6aca01d99f0f8e0c..a61104d0238e3a4d864f71fd5a2a35ed4d2eea7e 100644
--- a/chrome/browser/tab_contents/render_view_context_menu.h
+++ b/chrome/browser/tab_contents/render_view_context_menu.h
@@ -73,6 +73,10 @@ struct WebPluginAction;
// void Start(const GURL* url, net::URLRequestContextGetter* context) {
// fetcher_.reset(new URLFetcher(url, URLFetcher::GET, this));
// fetcher_->SetRequestContext(context);
+// fetcher_->AssociateWithRenderView(
+// proxy_->GetRenderViewHost()->GetSiteInstance()->GetSite(),
+// proxy_->GetRenderViewHost()->GetProcess()->GetID(),
+// proxy_->GetRenderViewHost()->GetRoutingID());
// fetcher_->Start();
// }
//

Powered by Google App Engine
This is Rietveld 408576698