summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorMitsuru Oshima <oshima@chromium.org>2015-01-23 13:30:49 -0800
committerMitsuru Oshima <oshima@chromium.org>2015-01-23 21:31:59 +0000
commit756e484f8bc79091a8846a19b39ccc28f79e8d8d (patch)
treee9b7fda1c0183034cd8b5d4d9dac1f449ad603dd /PRESUBMIT.py
parent998df7f03e6e91f96e94c11d563fd939d70760ca (diff)
downloadchromium_src-756e484f8bc79091a8846a19b39ccc28f79e8d8d.zip
chromium_src-756e484f8bc79091a8846a19b39ccc28f79e8d8d.tar.gz
chromium_src-756e484f8bc79091a8846a19b39ccc28f79e8d8d.tar.bz2
NativeDisplayDelegateProxy needs to read a file which is necessary to start chrome on UI thread. The file is on tmpfs, so it should be fast.
I've got jam@'s agreement, who is the owner of base/threading/thread_restriction*, in https://codereview.chromium.org/854203002/ BUG=None R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/866103002 Cr-Commit-Position: refs/heads/master@{#312932}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8eb1d2d..33008be 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -174,6 +174,7 @@ _BANNED_CPP_FUNCTIONS = (
r"simple_platform_shared_buffer_posix\.cc$",
r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
r"^net[\\\/]url_request[\\\/]test_url_fetcher_factory\.cc$",
+ r"^ui[\\\/]ozone[\\\/]platform[\\\/]dri[\\\/]native_display_delegate_proxy\.cc$",
),
),
(