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

Unified Diff: PRESUBMIT.py

Issue 311313005: Add --trace-rotate-startup-file option and store unsaved trace data on exit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index a24508c41ce240319eb1d4c872800930d1ac846a..093a1632196a2ff024e02468c36c824844cebd00 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -168,6 +168,7 @@ _BANNED_CPP_FUNCTIONS = (
r"^components[\\\/]breakpad[\\\/]app[\\\/]breakpad_mac\.mm$",
r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$",
r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$",
+ r"^content[\\\/]browser[\\\/]tracing[\\\/]add_new_file_index\.cc$",
r"^mojo[\\\/]system[\\\/]raw_shared_buffer_posix\.cc$",
r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
r"^net[\\\/]url_request[\\\/]test_url_fetcher_factory\.cc$",
« no previous file with comments | « no previous file | content/browser/browser_main_loop.h » ('j') | content/browser/browser_shutdown_profile_dumper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698