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

Unified Diff: chrome/browser/history/history_types.h

Issue 6931018: Initial implementation of "Synced Bookmarks" folder. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixes for non-linux breakage on trybot Created 9 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/history/history_types.h
diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
index ac008e571c7141300a3dfe0a3d4e24075abab609..55bb94447fd88041e8ec453996015cce5d901dd7 100644
--- a/chrome/browser/history/history_types.h
+++ b/chrome/browser/history/history_types.h
@@ -282,6 +282,9 @@ struct StarredEntry {
// User created folder.
USER_FOLDER,
+ // The synced folder.
+ SYNCED,
+
// The "other bookmarks" folder that holds uncategorized bookmarks.
OTHER
};

Powered by Google App Engine
This is Rietveld 408576698