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

Unified Diff: chrome/browser/sync/syncable/model_type.h

Issue 3184004: Added classes to enable session sync functionality. (Closed)
Patch Set: rebase changes Created 10 years, 4 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/sync/syncable/model_type.h
diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h
index 4295d58eba94a5ebec795e4924a9f05b6a85eca9..077d243bc2d0abaff9454a38b0a8074211cee2e4 100644
--- a/chrome/browser/sync/syncable/model_type.h
+++ b/chrome/browser/sync/syncable/model_type.h
@@ -58,6 +58,8 @@ enum ModelType {
EXTENSIONS,
// An object represeting a set of Nigori keys.
NIGORI,
+ // An object representing a browser session.
+ SESSIONS,
// An app folder or an app object.
APPS,

Powered by Google App Engine
This is Rietveld 408576698