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

Unified Diff: chrome/common/extensions/docs/templates/public/apps/redirects.json

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PermissionTest unittest. 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/templates/public/apps/redirects.json
diff --git a/chrome/common/extensions/docs/templates/public/apps/redirects.json b/chrome/common/extensions/docs/templates/public/apps/redirects.json
index e861aed82e916a3150454de479adecac19810550..fd902a146d595df90ec88f8350fd9450a97c319d 100644
--- a/chrome/common/extensions/docs/templates/public/apps/redirects.json
+++ b/chrome/common/extensions/docs/templates/public/apps/redirects.json
@@ -1,7 +1,8 @@
{
"": "about_apps.html",
- "index.html": "about_apps.html",
"app_csp.html": "contentSecurityPolicy.html",
+ "experimental_systemInfo_storage.html": "system_storage.html",
+ "index.html": "about_apps.html",
"systemInfo_cpu.html": "system_cpu.html",
"systemInfo_display.html": "system_display.html",
"systemInfo_memory.html": "system_memory.html"

Powered by Google App Engine
This is Rietveld 408576698