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

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

Issue 8375039: Create a content::UrlFetcher interface that lives in content/public/common and convert users to i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 9 years, 2 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
===================================================================
--- chrome/browser/tab_contents/render_view_context_menu.h (revision 107061)
+++ chrome/browser/tab_contents/render_view_context_menu.h (working copy)
@@ -54,7 +54,7 @@
// }
// virtual ~MyTask() {
// }
-// virtual void OnURLFetchComplete(const URLFetcher* source,
+// virtual void OnURLFetchComplete(const content::URLFetcher* source,
// const GURL& url,
// const net::URLRequestStatus& status,
// int response,
@@ -66,7 +66,7 @@
// }
// void Start(const GURL* url, net::URLRequestContextGetter* context) {
// fetcher_.reset(new URLFetcher(url, URLFetcher::GET, this));
-// fetcher_->set_request_context(context);
+// fetcher_->SetRequestContext(context);
// fetcher_->Start();
// }
//
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | chrome/browser/tab_contents/spelling_menu_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698