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

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

Issue 15055003: Do not submit: high level overview patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build. Created 7 years, 7 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
Index: chrome/browser/sessions/session_types.h
diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
index d97fe28b52773dd34d0c4320570381d37f168d9c..1f5c88bb112492ca45c1a0a61d213c76697680e4 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -99,6 +99,8 @@ struct SessionTab {
// For reassociating sessionStorage.
std::string session_storage_persistent_id;
+ int64 sync_session_id;
+
private:
DISALLOW_COPY_AND_ASSIGN(SessionTab);
};

Powered by Google App Engine
This is Rietveld 408576698