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

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

Issue 18414007: Remove unused WEBKIT_DEPRECATED thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: content/public/test/test_browser_thread_bundle.h
diff --git a/content/public/test/test_browser_thread_bundle.h b/content/public/test/test_browser_thread_bundle.h
index 8adc61ba58b87b1d6a37c33aa113e0e389390d37..64d30fe96a0b87e3fa60eabb06c413b186fbb043 100644
--- a/content/public/test/test_browser_thread_bundle.h
+++ b/content/public/test/test_browser_thread_bundle.h
@@ -44,7 +44,6 @@ class TestBrowserThreadBundle {
DEFAULT = 0x00,
IO_MAINLOOP = 0x01,
REAL_DB_THREAD = 0x02,
- REAL_WEBKIT_DEPRECATED_THREAD = 0x04,
REAL_FILE_THREAD = 0x08,
REAL_FILE_USER_BLOCKING_THREAD = 0x10,
REAL_PROCESS_LAUNCHER_THREAD = 0x20,
@@ -63,7 +62,6 @@ class TestBrowserThreadBundle {
scoped_ptr<base::MessageLoop> message_loop_;
scoped_ptr<TestBrowserThread> ui_thread_;
scoped_ptr<TestBrowserThread> db_thread_;
- scoped_ptr<TestBrowserThread> webkit_deprecated_thread_;
scoped_ptr<TestBrowserThread> file_thread_;
scoped_ptr<TestBrowserThread> file_user_blocking_thread_;
scoped_ptr<TestBrowserThread> process_launcher_thread_;

Powered by Google App Engine
This is Rietveld 408576698