Index: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json |
diff --git a/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json b/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json |
deleted file mode 100644 |
index 34d6fea425c0085dc43357af115ad930f9708d99..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json |
+++ /dev/null |
@@ -1,45 +0,0 @@ |
-[ |
- { |
- "title": "H1", |
- "href": "/absolute_path/h1.html" |
- }, |
- { |
- "title": "H2", |
- "href": "/absolute_path/h2.html", |
- "items": [ |
- { |
- "title": "H3", |
- "items": [ |
- { |
- "title": "X1", |
- "href": "http://example.com" |
- }, |
- { |
- "title": "Y", |
- "href": "/absolute_path/y.html" |
- }, |
- { |
- "title": "X2", |
- "href": "https://example.com" |
- }, |
- { |
- "title": "X3", |
- "href": "/test.html" |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "title": "X1", |
- "href": "http://example.com" |
- }, |
- { |
- "title": "X2", |
- "href": "https://example.com" |
- }, |
- { |
- "title": "X3", |
- "href": "/test.html" |
- } |
-] |