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

Unified Diff: chrome/browser/extensions/DEPS

Issue 182253010: Register a Service Worker when an extension is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Roughly wire things up and add a test Created 6 years, 9 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/extensions/DEPS
diff --git a/chrome/browser/extensions/DEPS b/chrome/browser/extensions/DEPS
index b4ab25623d1bad34097d8e2a38038d861a55ad49..2ca0e878132585bd83e6385d3f32198ab8a03bb2 100644
--- a/chrome/browser/extensions/DEPS
+++ b/chrome/browser/extensions/DEPS
@@ -15,4 +15,6 @@ include_rules = [
# For access to testing command line switches.
"+ppapi/shared_impl",
+
+ "+content",
]

Powered by Google App Engine
This is Rietveld 408576698