summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/docs/permissions.html2
-rw-r--r--chrome/common/extensions/docs/samples.html4
-rw-r--r--chrome/common/extensions/docs/samples.json2
-rw-r--r--chrome/common/extensions/docs/static/permissions.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/permissions.html b/chrome/common/extensions/docs/permissions.html
index e2aee08..4fc47ac 100644
--- a/chrome/common/extensions/docs/permissions.html
+++ b/chrome/common/extensions/docs/permissions.html
@@ -443,7 +443,7 @@
The extension can prompt the user once to accept all permissions.
</li>
<li>
- They simplify extension development by guarenteeing which permissions are
+ They simplify extension development by guaranteeing which permissions are
present.
</li>
</ul>
diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html
index 0d88ab0..c3ba385 100644
--- a/chrome/common/extensions/docs/samples.html
+++ b/chrome/common/extensions/docs/samples.html
@@ -2493,8 +2493,8 @@
<div>
<a href="examples/api/debugger/live-headers.zip">Download source</a>
<!-- Only show the Install CRX link if a CRX file is provided -->
- <span>
- - <a href="examples/api/debugger/live-headers.crx">Install extension</a>
+ <span style="display: none; ">
+ - <a>Install extension</a>
</span>
</div>
</div><div class="sample" id="ec97ec20ca2f095d081e39f1565fc12af09ef067">
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index f64e3c1..6533e3a 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -1351,7 +1351,7 @@
"chrome.windows.get",
"chrome.windows.getCurrent"
],
- "crx_path": "examples\/api\/debugger\/live-headers.crx",
+ "crx_path": null,
"description": "Displays the live log with the http requests headers",
"features": [
"background_page",
diff --git a/chrome/common/extensions/docs/static/permissions.html b/chrome/common/extensions/docs/static/permissions.html
index 88f08a8..39b0259 100644
--- a/chrome/common/extensions/docs/static/permissions.html
+++ b/chrome/common/extensions/docs/static/permissions.html
@@ -50,7 +50,7 @@
The extension can prompt the user once to accept all permissions.
</li>
<li>
- They simplify extension development by guarenteeing which permissions are
+ They simplify extension development by guaranteeing which permissions are
present.
</li>
</ul>