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

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

Issue 9317009: Store the UploadData identifier in NavigationEntryImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits from self-review Created 8 years, 11 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/sessions/session_types.cc » ('j') | chrome/browser/sessions/session_types.cc » ('J')
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 03cbd570309f878cac3fd49354bfaa4ad5636542..b24653f717fd73ad397c69bb746735dddaa178b3 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -105,6 +105,7 @@ class TabNavigation {
std::string state_;
content::PageTransition transition_;
int type_mask_;
+ int64 post_id_;
int index_;
};
« no previous file with comments | « no previous file | chrome/browser/sessions/session_types.cc » ('j') | chrome/browser/sessions/session_types.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698