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

Unified Diff: chrome/browser/tab_contents/navigation_controller.h

Issue 6155003: Changes instant so that the newly created tab has a new id. Doing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « chrome/browser/gtk/tabs/tab_strip_gtk.cc ('k') | chrome/browser/tab_contents/navigation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/navigation_controller.h
diff --git a/chrome/browser/tab_contents/navigation_controller.h b/chrome/browser/tab_contents/navigation_controller.h
index d86b5871eb6136dc2e55b1b5be91ff448019fd26..adbc34892bf4e89f0db130a1194fd13973c16818 100644
--- a/chrome/browser/tab_contents/navigation_controller.h
+++ b/chrome/browser/tab_contents/navigation_controller.h
@@ -364,10 +364,8 @@ class NavigationController {
// A variant of CopyStateFrom. Removes all entries from this except the last
// entry, inserts all entries from |source| before and including the active
- // entry and resets the |session_id_| of this to match |source|. This is
- // intended for use when you're going to throw away |source| and replace it
- // with this. This method is intended for use when the last entry of |this|
- // is the active entry. For example:
+ // entry. This method is intended for use when the last entry of |this| is the
+ // active entry. For example:
// source: A B *C* D
// this: E F *G* (last must be active or pending)
// result: A B *G*
« no previous file with comments | « chrome/browser/gtk/tabs/tab_strip_gtk.cc ('k') | chrome/browser/tab_contents/navigation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698