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

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

Issue 14497003: Moves TabNavigation into components/sessions and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really remove webkit_support Created 7 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
Index: chrome/browser/sessions/session_command.h
diff --git a/chrome/browser/sessions/session_command.h b/chrome/browser/sessions/session_command.h
index beb7d859119a68cf3ded02f04fb10d2376279a8e..dcf69686e6b712d1ee2a41b237672a3bdc417e59 100644
--- a/chrome/browser/sessions/session_command.h
+++ b/chrome/browser/sessions/session_command.h
@@ -26,6 +26,7 @@ class SessionCommand {
// These get written to disk, so we define types for them.
// Type for the identifier.
typedef uint8 id_type;
+
// Type for writing the size.
typedef uint16 size_type;

Powered by Google App Engine
This is Rietveld 408576698