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

Unified Diff: PRESUBMIT.py

Issue 2921903003: Remove base::NonThreadSafe now that all users are gone!! (Closed)
Patch Set: rebase on r477274 Created 3 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
« no previous file with comments | « no previous file | base/BUILD.gn » ('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 2752765e0559fb1c5146240bb83945a803289533..79b3f70af21e8f0391688c87eaaa118b3bf8c160 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -331,14 +331,6 @@ _BANNED_CPP_FUNCTIONS = (
(),
),
(
- 'base::NonThreadSafe',
- (
- 'base::NonThreadSafe is deprecated.',
- ),
- True,
- (),
- ),
- (
'base::SequenceChecker',
(
'Consider using SEQUENCE_CHECKER macros instead of the class directly.',
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698