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

Unified Diff: chrome/browser/sessions/tab_restore_service.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/tab_restore_service.h
diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h
index 9f8d3b182515d1d133884c160ca699d2bf01e979..c456ea0e31dc9c1c53709567dd452dfcf3020416 100644
--- a/chrome/browser/sessions/tab_restore_service.h
+++ b/chrome/browser/sessions/tab_restore_service.h
@@ -105,6 +105,8 @@ class TabRestoreService : public ProfileKeyedService {
// The user agent override used for the tab's navigations (if applicable).
std::string user_agent_override;
+
+ int64 sync_session_id;
};
// Represents a previously open window.

Powered by Google App Engine
This is Rietveld 408576698