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

Unified Diff: PRESUBMIT.py

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | android_webview/browser/aw_browser_context.cc » ('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 8a7c75bbc30f6ffd4882e38cbebb39f4f1ff7375..0ab53291096d1c6b3f7fc2f594acf275609bef96 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -278,18 +278,6 @@ _BANNED_CPP_FUNCTIONS = (
),
),
(
- '\<MessageLoopProxy\>',
- (
- 'MessageLoopProxy is deprecated. ',
- 'Please use SingleThreadTaskRunner or ThreadTaskRunnerHandle instead.'
- ),
- True,
- (
- # Internal message_loop related code may still use it.
- r'^base[\\\/]message_loop[\\\/].*',
- ),
- ),
- (
'#pragma comment(lib,',
(
'Specify libraries to link with in build files and not in the source.',
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698