Index: chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
diff --git a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
index c00cb771367916c4087d633305fe622fed063499..47aebf1d440f7d3191eece8f91462ae2f390290b 100644 |
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
@@ -830,6 +830,16 @@ |
{ |
"title": "Previous Versions", |
"href": "/native-client/version.html" |
+ }, |
+ { |
+ "title": "Sandbox Internals", |
+ "href": "/native-client/reference/sandbox_internals/index.html", |
+ "items": [ |
+ { |
+ "title": "ARM 32-bit Sandbox", |
+ "href": "/native-client/reference/sandbox_internals/arm-32-bit-sandbox.html" |
+ } |
+ ] |
} |
] |
}, |