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

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

Issue 5610005: Makes instant run before unload listeners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Fix comments and reset session id appropriately 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
diff --git a/chrome/browser/sessions/session_id.h b/chrome/browser/sessions/session_id.h
index 3036386565b16b861323ad9c6bff8cde58bdf08d..91f6d6f4e1053169936d4cf8e8698e3a33e1b655 100644
--- a/chrome/browser/sessions/session_id.h
+++ b/chrome/browser/sessions/session_id.h
@@ -28,9 +28,6 @@ class SessionID {
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