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

Unified Diff: chrome/test/data/bookmarks/model_without_sync.json

Issue 7012005: Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Trying to set .json eol-style Created 9 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/bookmarks/model_without_sync.json
diff --git a/chrome/test/data/bookmarks/model_without_sync.json b/chrome/test/data/bookmarks/model_without_sync.json
new file mode 100644
index 0000000000000000000000000000000000000000..517f834219b3717740c9294574a52b44a7744a4a
--- /dev/null
+++ b/chrome/test/data/bookmarks/model_without_sync.json
@@ -0,0 +1,48 @@
+{
+ "checksum": "47c64556f92189712e9ba2ae0b485d62",
+ "roots": {
+ "bookmark_bar": {
+ "children": [ {
+ "children": [ {
+ "date_added": "12949698950422234",
+ "id": "5",
+ "name": "Bookmark Manager",
+ "type": "url",
+ "url": "chrome-extension://eemcgdkfndhakfknompkggombfjjjeno/main.html#3"
+ } ],
+ "date_added": "12949698938004572",
+ "date_modified": "12949698958396466",
+ "id": "3",
+ "name": "Folder A",
+ "type": "folder"
+ } ],
+ "date_added": "0",
+ "date_modified": "0",
+ "id": "1",
+ "name": "Bookmarks Bar",
+ "type": "folder"
+ },
+ "other": {
+ "children": [ {
+ "children": [ {
+ "date_added": "12949698958396466",
+ "id": "6",
+ "name": "Get started with Google Chrome",
+ "type": "url",
+ "url": "http://tools.google.com/chrome/intl/en/welcome.html"
+ } ],
+ "date_added": "12949698944107898",
+ "date_modified": "12949698961627573",
+ "id": "4",
+ "name": "Folder B",
+ "type": "folder"
+ } ],
+ "date_added": "0",
+ "date_modified": "0",
+ "id": "2",
+ "name": "Other Bookmarks",
+ "type": "folder"
+ }
+ },
+ "version": 1
+}
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698