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

Unified Diff: content/public/test/test_browser_thread.h

Issue 2464233002: Experiment with redirecting all BrowserThreads (but UI/IO) to TaskScheduler (Closed)
Patch Set: rm TODO 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
Index: content/public/test/test_browser_thread.h
diff --git a/content/public/test/test_browser_thread.h b/content/public/test/test_browser_thread.h
index 5c019121c28f12cf8e6ca47db88fb82999af6008..f8da3d3a880e2ed115737408f42b6e08b7f78114 100644
--- a/content/public/test/test_browser_thread.h
+++ b/content/public/test/test_browser_thread.h
@@ -52,6 +52,8 @@ class TestBrowserThread {
private:
std::unique_ptr<TestBrowserThreadImpl> impl_;
+ BrowserThread::ID identifier_;
fdoray 2016/12/01 15:15:22 const
gab 2016/12/07 19:15:27 Done.
+
DISALLOW_COPY_AND_ASSIGN(TestBrowserThread);
};

Powered by Google App Engine
This is Rietveld 408576698