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

Unified Diff: chrome/browser/download/download_request_limiter.cc

Issue 10536092: TabContentsWrapper -> TabContents, part 35. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed one Created 8 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
« no previous file with comments | « no previous file | chrome/browser/external_tab/external_tab_container_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_request_limiter.cc
diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc
index a94b68d06e0834467b70fdfd914438c24daac03f..901071a36bb286ea995f1d87dd8b7a665405797a 100644
--- a/chrome/browser/download/download_request_limiter.cc
+++ b/chrome/browser/download/download_request_limiter.cc
@@ -324,7 +324,7 @@ void DownloadRequestLimiter::CanDownloadImpl(WebContents* originating_contents,
originating_tab_contents->blocked_content_tab_helper()->delegate()) {
effective_contents =
originating_tab_contents->blocked_content_tab_helper()->delegate()->
- GetConstrainingContentsWrapper(originating_tab_contents)->
+ GetConstrainingTabContents(originating_tab_contents)->
web_contents();
}
« no previous file with comments | « no previous file | chrome/browser/external_tab/external_tab_container_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698