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

Unified Diff: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json

Issue 22824042: Docserver: SidenavDataSource refactor, transition to DataSourceRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup, deleted unused files/import Created 7 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/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json
diff --git a/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json b/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json
deleted file mode 100644
index 4f24152491de8320f6cc8849a46f2114adc4eb39..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json
+++ /dev/null
@@ -1,55 +0,0 @@
-[
- {
- "title": "H1",
- "href": "/absolute_path/h1.html",
- "level": 2
- },
- {
- "href": "/absolute_path/h2.html",
- "title": "H2",
- "level": 2,
- "items": [
- {
- "title": "H3",
- "level": 3,
- "items": [
- {
- "title": "X1",
- "href": "http://example.com",
- "level": 4
- },
- {
- "title": "Y",
- "href": "/absolute_path/y.html",
- "level": 4
- },
- {
- "title": "X2",
- "href": "https://example.com",
- "level": 4
- },
- {
- "title": "X3",
- "href": "/test.html",
- "level": 4
- }
- ]
- }
- ]
- },
- {
- "title": "X1",
- "href": "http://example.com",
- "level": 2
- },
- {
- "title": "X2",
- "href": "https://example.com",
- "level": 2
- },
- {
- "title": "X3",
- "href": "/test.html",
- "level": 2
- }
-]

Powered by Google App Engine
This is Rietveld 408576698