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

Unified Diff: PRESUBMIT.py

Issue 12794003: Initialize the simple cache backend at runtime. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased to latest, auto-merged net.gyp Created 7 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
« no previous file with comments | « no previous file | net/disk_cache/backend_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index b304285365847e5497af6a192e26eea8ba11bfb9..3c62eb245846fb019f0d1f07264aadde06d84f16 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -159,6 +159,7 @@ _BANNED_CPP_FUNCTIONS = (
True,
(
r"^content[\\\/]shell[\\\/]shell_browser_main\.cc$",
+ r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
),
),
)
« no previous file with comments | « no previous file | net/disk_cache/backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698