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

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

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 years, 5 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
index 787a96d1f018dc4146e8db3a9bc0e49c1566a3d1..4f24152491de8320f6cc8849a46f2114adc4eb39 100644
--- 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
@@ -1,11 +1,11 @@
[
{
"title": "H1",
- "href": "/trunk/absolute_path/h1.html",
+ "href": "/absolute_path/h1.html",
"level": 2
},
{
- "href": "/trunk/absolute_path/h2.html",
+ "href": "/absolute_path/h2.html",
"title": "H2",
"level": 2,
"items": [
@@ -20,7 +20,7 @@
},
{
"title": "Y",
- "href": "/trunk/absolute_path/y.html",
+ "href": "/absolute_path/y.html",
"level": 4
},
{
@@ -30,7 +30,7 @@
},
{
"title": "X3",
- "href": "/trunk/test.html",
+ "href": "/test.html",
"level": 4
}
]
@@ -49,7 +49,7 @@
},
{
"title": "X3",
- "href": "/trunk/test.html",
+ "href": "/test.html",
"level": 2
}
]

Powered by Google App Engine
This is Rietveld 408576698