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

Unified Diff: components/subresource_filter/PRESUBMIT.py

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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
« no previous file with comments | « components/subresource_filter/OWNERS ('k') | components/subresource_filter/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/PRESUBMIT.py
diff --git a/chrome/browser/push_messaging/PRESUBMIT.py b/components/subresource_filter/PRESUBMIT.py
similarity index 76%
copy from chrome/browser/push_messaging/PRESUBMIT.py
copy to components/subresource_filter/PRESUBMIT.py
index aa4ae97d1ae4163b4ed6c928b42a34bbda5a6247..9f227109690fe74057921c86529db81984211d81 100644
--- a/chrome/browser/push_messaging/PRESUBMIT.py
+++ b/components/subresource_filter/PRESUBMIT.py
@@ -1,8 +1,8 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""Top-level presubmit script for Push Messaging.
+"""Presubmit script for components/subresource_filter
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.
« no previous file with comments | « components/subresource_filter/OWNERS ('k') | components/subresource_filter/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698