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; |