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

Unified Diff: chrome/browser/sessions/session_id.h

Issue 5581010: Merge 68646 - Makes instant run before unload listeners.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/src/
Patch Set: Created 10 years 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
Index: chrome/browser/sessions/session_id.h
===================================================================
--- chrome/browser/sessions/session_id.h (revision 68655)
+++ chrome/browser/sessions/session_id.h (working copy)
@@ -28,9 +28,6 @@
explicit SessionID(id_type id) : id_(id) {}
- // Resets the ID to 0.
- void clear() { id_ = 0; }
-
// Resets the id. This is used when restoring a session
void set_id(id_type id) { id_ = id; }
« no previous file with comments | « chrome/browser/instant/instant_unload_handler.cc ('k') | chrome/browser/tab_contents/navigation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698