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

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

Issue 10125002: [Sync] Add per-navigation timestamps/unique ids to tab sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 8 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 | chrome/browser/sync/glue/session_model_associator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_types.h
diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
index e56ff3c73d2ca01a72c3ee5d5b014f876a60540d..11b4abb2307c03d747d20df3a499e860e02cddf6 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -45,7 +45,7 @@ class TabNavigation {
const std::string& state,
content::PageTransition transition);
TabNavigation(const TabNavigation& tab);
- ~TabNavigation();
+ virtual ~TabNavigation();
TabNavigation& operator=(const TabNavigation& tab);
// Converts this TabNavigation into a NavigationEntry with a page id of
@@ -122,7 +122,7 @@ class TabNavigation {
// SessionTab corresponds to a NavigationController.
struct SessionTab {
SessionTab();
- ~SessionTab();
+ virtual ~SessionTab();
// Unique id of the window.
SessionID window_id;
« no previous file with comments | « no previous file | chrome/browser/sync/glue/session_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698