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

Side by Side Diff: chrome/common/extensions/docs/server2/known_broken_links.json

Issue 550863003: Rename fileBrowserPrivate to fileManagerPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 [ 2 [
3 302, 3 302,
4 "extensions/app_identity.html", 4 "extensions/app_identity.html",
5 "extensions/publish_app.html", 5 "extensions/publish_app.html",
6 "redirects to /apps/publish_app.html" 6 "redirects to /apps/publish_app.html"
7 ], 7 ],
8 [ 8 [
9 404, 9 404,
10 "apps/manifest/storage.html", 10 "apps/manifest/storage.html",
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 ], 905 ],
906 [ 906 [
907 404, 907 404,
908 "apps/private_apis.html", 908 "apps/private_apis.html",
909 "apps/fileBrowserHandlerInternal.html", 909 "apps/fileBrowserHandlerInternal.html",
910 "target page not found" 910 "target page not found"
911 ], 911 ],
912 [ 912 [
913 404, 913 404,
914 "apps/private_apis.html", 914 "apps/private_apis.html",
915 "apps/fileBrowserPrivate.html", 915 "apps/fileManagerPrivate.html",
916 "target page not found" 916 "target page not found"
917 ], 917 ],
918 [ 918 [
919 404, 919 404,
920 "apps/private_apis.html", 920 "apps/private_apis.html",
921 "apps/fileSystemProvider.html", 921 "apps/fileSystemProvider.html",
922 "target page not found" 922 "target page not found"
923 ], 923 ],
924 [ 924 [
925 404, 925 404,
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 ], 1756 ],
1757 [ 1757 [
1758 404, 1758 404,
1759 "extensions/private_apis.html", 1759 "extensions/private_apis.html",
1760 "extensions/fileBrowserHandlerInternal.html", 1760 "extensions/fileBrowserHandlerInternal.html",
1761 "target page not found" 1761 "target page not found"
1762 ], 1762 ],
1763 [ 1763 [
1764 404, 1764 404,
1765 "extensions/private_apis.html", 1765 "extensions/private_apis.html",
1766 "extensions/fileBrowserPrivate.html", 1766 "extensions/fileManagerPrivate.html",
1767 "target page not found" 1767 "target page not found"
1768 ], 1768 ],
1769 [ 1769 [
1770 302, 1770 302,
1771 "extensions/private_apis.html", 1771 "extensions/private_apis.html",
1772 "extensions/fileSystem.html", 1772 "extensions/fileSystem.html",
1773 "redirects to /apps/fileSystem.html" 1773 "redirects to /apps/fileSystem.html"
1774 ], 1774 ],
1775 [ 1775 [
1776 404, 1776 404,
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 "#popups", 2054 "#popups",
2055 "target anchor not found" 2055 "target anchor not found"
2056 ], 2056 ],
2057 [ 2057 [
2058 200, 2058 200,
2059 "extensions/whats_new.html", 2059 "extensions/whats_new.html",
2060 "#tooltip", 2060 "#tooltip",
2061 "target anchor not found" 2061 "target anchor not found"
2062 ] 2062 ]
2063 ] 2063 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | chrome/common/extensions/docs/server2/test_data/file_system/stat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698