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

Unified Diff: ios/web/public/web_thread.h

Issue 2473823002: Remove BrowserThread::UnsafeGetMessageLoopForThread() (Closed)
Patch Set: rebase again? Created 4 years, 1 month 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 | « content/public/browser/browser_thread.h ('k') | ios/web/web_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_thread.h
diff --git a/ios/web/public/web_thread.h b/ios/web/public/web_thread.h
index d8f395ef0873d33ddf64e97934dae513bdb5437f..56cbb213d7a03e1d52883e40b1f44395e4be0abd 100644
--- a/ios/web/public/web_thread.h
+++ b/ios/web/public/web_thread.h
@@ -174,16 +174,6 @@ class WebThread {
// perform random blocking operations such as file writes.
static base::SequencedWorkerPool* GetBlockingPool() WARN_UNUSED_RESULT;
- // Returns a pointer to the thread's message loop, which will become
- // invalid during shutdown, so you probably shouldn't hold onto it.
- //
- // This must not be called before the thread is started, or after
- // the thread is stopped, or it will DCHECK.
- //
- // Ownership remains with the WebThread implementation, so you must not
- // delete the pointer.
- static base::MessageLoop* UnsafeGetMessageLoopForThread(ID identifier);
-
// Callable on any thread. Returns whether the given well-known thread is
// initialized.
static bool IsThreadInitialized(ID identifier) WARN_UNUSED_RESULT;
« no previous file with comments | « content/public/browser/browser_thread.h ('k') | ios/web/web_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698