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

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

Issue 2464233002: Experiment with redirecting all BrowserThreads (but UI/IO) to TaskScheduler (Closed)
Patch Set: remove WaitUntilThreadStarted on Android, makes Android test instrumentation hang, is previous issu… Created 4 years 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/content_browser_client.cc ('k') | content/public/test/test_browser_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..73412c78e9f62685820824735ebb3c4adcbee420 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_;
+ const BrowserThread::ID identifier_;
+
DISALLOW_COPY_AND_ASSIGN(TestBrowserThread);
};
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/public/test/test_browser_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698