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

Unified Diff: content/public/renderer/render_view.h

Issue 367113006: Remove RenderView::GetPageId. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index c4fce50b7bd07f61cfc506c3c611803f70dcd378..4e6947467a746f7f04021d9c852eefe74e61b266 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -56,14 +56,6 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
// Get the routing ID of the view.
virtual int GetRoutingID() const = 0;
- // Page IDs allow the browser to identify pages in each renderer process for
- // keeping back/forward history in sync.
- // Note that this is NOT updated for every main frame navigation, only for
- // "regular" navigations that go into session history. In particular, client
- // redirects, like the page cycler uses (document.location.href="foo") do not
- // count as regular navigations and do not increment the page id.
- virtual int GetPageId() const = 0;
-
// Returns the size of the view.
virtual gfx::Size GetSize() const = 0;
« no previous file with comments | « no previous file | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698