diff options
Diffstat (limited to 'chrome/browser/tab_contents/interstitial_page.h')
| -rw-r--r-- | chrome/browser/tab_contents/interstitial_page.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/interstitial_page.h b/chrome/browser/tab_contents/interstitial_page.h index dce25e4..3d6a6bc 100644 --- a/chrome/browser/tab_contents/interstitial_page.h +++ b/chrome/browser/tab_contents/interstitial_page.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -183,8 +183,8 @@ class InterstitialPage : public NotificationObserver, // The RenderViewHost displaying the interstitial contents. RenderViewHost* render_view_host_; - // The IDs for the RenderViewHost hidden by this interstitial. - int original_rvh_process_id_; + // The IDs for the Render[View|Process]Host hidden by this interstitial. + int original_child_id_; int original_rvh_id_; // Whether or not we should change the title of the tab when hidden (to revert @@ -215,4 +215,4 @@ class InterstitialPage : public NotificationObserver, DISALLOW_COPY_AND_ASSIGN(InterstitialPage); }; -#endif // #ifndef CHROME_BROWSER_TAB_CONTENTS_INTERSTITIAL_PAGE_H_ +#endif // CHROME_BROWSER_TAB_CONTENTS_INTERSTITIAL_PAGE_H_ |
