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

Unified Diff: chrome/test/webdriver/test/infobar_browser_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/infobar_browser_action_extension/manifest.json
diff --git a/chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json b/chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json
deleted file mode 100644
index db1f5701f308e8135e05342aaee957c568c0f240..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Infobar extension",
- "manifest_version": 2,
- "version": "1.0",
- "background": {
- "page": "bg.html"
- },
- "browser_action": {
- "default_popup": "view_checks.html"
- },
- "permissions": [
- "tabs",
- "infobars"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698