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

Unified Diff: chrome/common/extensions/docs/templates/json/chrome_sidenav.json

Issue 419803005: PNaCl documentation: clarify vector alignment, and update navigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert weird edit. Created 6 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/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 312affa4bc46b785cfb36dca6aa302c59e817a8d..f14348251eb130f345c18dd1a4261377f09eee14 100644
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
@@ -861,6 +861,10 @@
"href": "/native-client/reference/pnacl-bitcode-abi"
},
{
+ "title": "PNaCl Undefined Behavior",
+ "href": "/native-client/reference/pnacl-undefined-behavior"
+ },
+ {
"title": "PNaCl C/C++ Language Support",
"href": "/native-client/reference/pnacl-c-cpp-language-support"
},
@@ -871,6 +875,10 @@
{
"title": "ARM 32-bit Sandbox",
"href": "/native-client/reference/sandbox_internals/arm-32-bit-sandbox"
+ },
+ {
+ "title": "x86-64 Sandbox",
+ "href": "/native-client/reference/sandbox_internals/x86-64-sandbox"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698