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

Unified Diff: chrome/common/extensions/docs/examples/extensions/benchmark/manifest.json

Issue 280383008: Delete benchmarking extension, remove API's ability to enable/disable SPDY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove benchmarking extension instead Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/extensions/benchmark/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/benchmark/manifest.json b/chrome/common/extensions/docs/examples/extensions/benchmark/manifest.json
deleted file mode 100644
index bff719b3a22e495208e728162848b646aa8329b4..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/extensions/benchmark/manifest.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Page Benchmarker",
- "version": "1.3.4.0",
- "manifest_version": 2,
- "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
- "description": "Chromium Page Benchmarker.",
- "background": {
- "page": "background.html",
- "persistent": false
- },
- "browser_action": {
- "default_title": "Benchmark page load time",
- "default_icon": "stopwatch.jpg"
- },
- "options_page": "options.html",
- "permissions": [
- "tabs", "https://*/*", "http://*/*"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698