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

Unified Diff: chrome/test/webdriver/test/page_action_extension/manifest.json

Issue 23526047: Delete old chromedriver code, and remove mongoose webserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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/test/webdriver/test/page_action_extension/manifest.json
diff --git a/chrome/test/webdriver/test/page_action_extension/manifest.json b/chrome/test/webdriver/test/page_action_extension/manifest.json
deleted file mode 100644
index 8fd6c99545564837aa78f9b7b4bf53c5e078fd9e..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/test/page_action_extension/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Page action extension",
- "manifest_version": 2,
- "version": "1.0",
- "background": {
- "page": "bg.html"
- },
- "page_action": {
- "default_popup": "view_checks.html"
- },
- "permissions": [ "tabs" ]
-}

Powered by Google App Engine
This is Rietveld 408576698