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

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

Issue 1951783003: Remove HangoutsPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove entry in known_broken_links.json Created 4 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 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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 ], 923 ],
924 [ 924 [
925 302, 925 302,
926 "apps/private_apis.html", 926 "apps/private_apis.html",
927 "apps/fontSettings.html", 927 "apps/fontSettings.html",
928 "redirects to /extensions/fontSettings.html" 928 "redirects to /extensions/fontSettings.html"
929 ], 929 ],
930 [ 930 [
931 302, 931 302,
932 "apps/private_apis.html", 932 "apps/private_apis.html",
933 "apps/hangoutsPrivate.html",
934 "redirects to /extensions/hangoutsPrivate.html"
935 ],
936 [
937 302,
938 "apps/private_apis.html",
939 "apps/history.html", 933 "apps/history.html",
940 "redirects to /extensions/history.html" 934 "redirects to /extensions/history.html"
941 ], 935 ],
942 [ 936 [
943 302, 937 302,
944 "apps/private_apis.html", 938 "apps/private_apis.html",
945 "apps/override.html", 939 "apps/override.html",
946 "redirects to /extensions/override.html" 940 "redirects to /extensions/override.html"
947 ], 941 ],
948 [ 942 [
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 "#popups", 2030 "#popups",
2037 "target anchor not found" 2031 "target anchor not found"
2038 ], 2032 ],
2039 [ 2033 [
2040 200, 2034 200,
2041 "extensions/whats_new.html", 2035 "extensions/whats_new.html",
2042 "#tooltip", 2036 "#tooltip",
2043 "target anchor not found" 2037 "target anchor not found"
2044 ] 2038 ]
2045 ] 2039 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698