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

Unified Diff: chrome/browser/ui/tab_contents/core_tab_helper_delegate.h

Issue 143463012: Pass rendering state on swapping in a prerendered page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dev
Patch Set: . Created 6 years, 11 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/ui/tab_contents/core_tab_helper_delegate.h
diff --git a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h
index e06abb29ab39dd6e1baec96ffddfdf6ca51526df..c7efaafe209c53cfa8a24d729fe29977566ee600 100644
--- a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h
+++ b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h
@@ -21,7 +21,8 @@ class CoreTabHelperDelegate {
public:
// The caller is responsible for deleting |old_contents|.
virtual void SwapTabContents(content::WebContents* old_contents,
- content::WebContents* new_contents);
+ content::WebContents* new_contents,
+ bool did_finish_load);
// Whether the specified WebContents can be reloaded.
// Reloading can be disabled e.g. for the DevTools window.

Powered by Google App Engine
This is Rietveld 408576698