Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index ce91a4383343b14bdfbf264eb72a845c9ffd2988..44276324c410d72f83b2fc60d2e4f29b534ec888 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -197,6 +197,7 @@ _BANNED_CPP_FUNCTIONS = ( |
True, |
( |
r"^base[\\\/]memory[\\\/]shared_memory_posix\.cc$", |
+ r"^base[\\\/]process[\\\/]internal_aix\.cc$", |
r"^base[\\\/]process[\\\/]process_linux\.cc$", |
r"^base[\\\/]process[\\\/]process_metrics_linux\.cc$", |
r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_recorder\.cc$", |
@@ -328,6 +329,7 @@ _IPC_ENUM_TRAITS_DEPRECATED = ( |
_VALID_OS_MACROS = ( |
# Please keep sorted. |
+ 'OS_AIX', |
'OS_ANDROID', |
'OS_BSD', |
'OS_CAT', # For testing. |