| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index c0324ab809eee63b845e7db0e0041b71edbe4ba3..46e16be0020af61368ec8834dec81a7fe1ede4ab 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -191,11 +191,12 @@ _BANNED_CPP_FUNCTIONS = (
|
| (
|
| r'XInternAtom|xcb_intern_atom',
|
| (
|
| - 'Use ui::GetAtom() or ui::X11AtomCache::GetAtom() instead of',
|
| - 'interning atoms directly.',
|
| + 'Use gfx::GetAtom() instead of interning atoms directly.',
|
| ),
|
| True,
|
| (
|
| + r"^gpu[\\\/]ipc[\\\/]service[\\\/]gpu_watchdog_thread\.cc$",
|
| + r"^remoting[\\\/]host[\\\/]linux[\\\/]x_server_clipboard\.cc$",
|
| r"^ui[\\\/]gfx[\\\/]x[\\\/]x11_atom_cache\.cc$",
|
| ),
|
| ),
|
|
|