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

Unified Diff: content/public/browser/interstitial_page.h

Issue 10106022: TabContents -> WebContentsImpl, part 19. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 8 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 | « content/public/browser/color_chooser.h ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/interstitial_page.h
diff --git a/content/public/browser/interstitial_page.h b/content/public/browser/interstitial_page.h
index fcf3e754f41e9934cae0ced4ad9ad2c193ded37f..73ef8f80560b69bf3f7bd13d9508dc1e71df463c 100644
--- a/content/public/browser/interstitial_page.h
+++ b/content/public/browser/interstitial_page.h
@@ -34,15 +34,15 @@ class WebContents;
class InterstitialPage {
public:
- // Creates an interstitial page to show in |tab|. |new_navigation| should be
- // set to true when the interstitial is caused by loading a new page, in which
- // case a temporary navigation entry is created with the URL |url| and added
- // to the navigation controller (so the interstitial page appears as a new
- // navigation entry). |new_navigation| should be false when the interstitial
- // was triggered by a loading a sub-resource in a page. Takes ownership of
- // |delegate|.
+ // Creates an interstitial page to show in |web_contents|. |new_navigation|
+ // should be set to true when the interstitial is caused by loading a new
+ // page, in which case a temporary navigation entry is created with the URL
+ // |url| and added to the navigation controller (so the interstitial page
+ // appears as a new navigation entry). |new_navigation| should be false when
+ // the interstitial was triggered by a loading a sub-resource in a page. Takes
+ // ownership of |delegate|.
CONTENT_EXPORT static InterstitialPage* Create(
- WebContents* tab,
+ WebContents* web_contents,
bool new_navigation,
const GURL& url,
InterstitialPageDelegate* delegate);
« no previous file with comments | « content/public/browser/color_chooser.h ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698