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

Unified Diff: chrome/browser/external_tab/external_tab_container_win.h

Issue 10392072: Pass the render view host with all provisional load related callbacks on the web contents observer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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/external_tab/external_tab_container_win.h
diff --git a/chrome/browser/external_tab/external_tab_container_win.h b/chrome/browser/external_tab/external_tab_container_win.h
index 523f2837ee33bb9c908310ed8389817b5492f4cc..8dc9b51ec8c0fdeee945c9470ad402ee1fa21618 100644
--- a/chrome/browser/external_tab/external_tab_container_win.h
+++ b/chrome/browser/external_tab/external_tab_container_win.h
@@ -202,7 +202,8 @@ class ExternalTabContainer : public content::WebContentsDelegate,
bool is_main_frame,
const GURL& validated_url,
int error_code,
- const string16& error_description) OVERRIDE;
+ const string16& error_description,
+ content::RenderViewHost* render_view_host) OVERRIDE;
// Message handlers
void OnForwardMessageToExternalHost(const std::string& message,

Powered by Google App Engine
This is Rietveld 408576698