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

Unified Diff: PRESUBMIT.py

Issue 174013007: Add UMA stats to record when DLLs are successfully blocked in the Browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix chrome_elf_init_unittest_win 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
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/chrome_elf_init_unittest_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f8e7f444012aefd3f99e60f3d77040bd3ac00bc4..f6a66bd3421c479e02d883ee86b197715b26c77c 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -894,6 +894,7 @@ def _CheckSpamLogging(input_api, output_api):
(r"^base[\\\/]logging\.h$",
r"^base[\\\/]logging\.cc$",
r"^cloud_print[\\\/]",
+ r"^chrome_elf[\\\/]dll_hash[\\\/]dll_hash_main\.cc$",
r"^chrome[\\\/]app[\\\/]chrome_main_delegate\.cc$",
r"^chrome[\\\/]browser[\\\/]chrome_browser_main\.cc$",
r"^chrome[\\\/]browser[\\\/]ui[\\\/]startup[\\\/]"
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/chrome_elf_init_unittest_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698