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

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

Issue 10091006: TabContents -> WebContentsImpl, part 15. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/interstitial_page.h ('k') | content/public/browser/notification_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_entry.h
diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h
index 87923ea0802bde849d261738fce63da2a97a61b9..49b8eba4a620e132ba41c92a4916885eca5fe0c1 100644
--- a/content/public/browser/navigation_entry.h
+++ b/content/public/browser/navigation_entry.h
@@ -81,9 +81,9 @@ class NavigationEntry {
virtual void SetContentState(const std::string& state) = 0;
virtual const std::string& GetContentState() const = 0;
- // Describes the current page that the tab represents. For web pages
- // (TAB_CONTENTS_WEB) this is the ID that the renderer generated for the page
- // and is how we can tell new versus renavigations.
+ // Describes the current page that the tab represents. This is the ID that the
+ // renderer generated for the page and is how we can tell new versus
+ // renavigations.
virtual void SetPageID(int page_id) = 0;
virtual int32 GetPageID() const = 0;
« no previous file with comments | « content/public/browser/interstitial_page.h ('k') | content/public/browser/notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698