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

Unified Diff: chrome/browser/resources/chromeos/connectivity_diagnostics/manifest.json

Issue 22001002: Use the connectivity diagnostics launcher so that it can open as an App (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line length Created 7 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/browser/resources/chromeos/connectivity_diagnostics/manifest.json
diff --git a/chrome/browser/resources/chromeos/connectivity_diagnostics/manifest.json b/chrome/browser/resources/chromeos/connectivity_diagnostics/manifest.json
index 01322cbd2d4831ec67dacf9254bd2307b5023946..f1368d802a6f53617d0b9584376a514c3de184ba 100644
--- a/chrome/browser/resources/chromeos/connectivity_diagnostics/manifest.json
+++ b/chrome/browser/resources/chromeos/connectivity_diagnostics/manifest.json
@@ -23,5 +23,10 @@
"experimental",
"http://*.google.com/*",
"http://www.yahoo.com/*"
- ]
+ ],
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ }
}

Powered by Google App Engine
This is Rietveld 408576698