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

Unified Diff: content/public/browser/browser_thread.h

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: content/public/browser/browser_thread.h
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
index 1a451ad638ee374b17cea36730a64d20d84365ac..3b4d13ba57b48dbe364da1c6d17ee09207f4be3f 100644
--- a/content/public/browser/browser_thread.h
+++ b/content/public/browser/browser_thread.h
@@ -197,7 +197,7 @@ class CONTENT_EXPORT BrowserThread {
// Returns the thread pool used for blocking file I/O. Use this object to
// perform random blocking operations such as file writes or querying the
// Windows registry.
- static base::SequencedWorkerPool* GetBlockingPool() WARN_UNUSED_RESULT;
+ static base::SequencedWorkerPool* GetBlockingPool();
// Callable on any thread. Returns whether the given well-known thread is
// initialized.

Powered by Google App Engine
This is Rietveld 408576698