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

Unified Diff: content/common/DEPS

Issue 178343011: Support dispatching ServiceWorker FetchEvent and receiving response (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more review comments Created 6 years, 10 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: content/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index 9e5bef74263ebf4208f061d3d4ce272d8e24c533..96a44b640275d79c16d5417da37e1c257f609fb1 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -23,6 +23,7 @@ include_rules = [
"+third_party/WebKit/public/platform/WebScreenOrientation.h",
"+third_party/WebKit/public/platform/WebScreenInfo.h",
"+third_party/WebKit/public/platform/WebServiceWorkerError.h",
+ "+third_party/WebKit/public/platform/WebServiceWorkerResponse.h",
Charlie Reis 2014/03/05 21:00:34 I see that there's already a DEPS exception for We
falken 2014/03/06 15:58:54 Hmm.. it's not strictly needed but ServiceWorkerRe
Charlie Reis 2014/03/06 18:59:05 +jam for his opinion.
jam 2014/03/06 21:22:43 this doesn't pass the guideline in the common abov
falken 2014/03/07 01:56:51 OK, I removed the DEPS change. Since just one pla
"+third_party/WebKit/public/platform/WebStorageArea.h",
"+third_party/WebKit/public/platform/WebString.h",
"+third_party/WebKit/public/platform/linux/WebFontFamily.h",

Powered by Google App Engine
This is Rietveld 408576698