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

Unified Diff: content/public/browser/browser_thread.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/browser/browser_thread.h
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
index c22f520c623bc0eef541a9e235f6473450cc3255..5f9fc2236b4cd10798eff4702280f0ebed368fd4 100644
--- a/content/public/browser/browser_thread.h
+++ b/content/public/browser/browser_thread.h
@@ -64,12 +64,6 @@ class CONTENT_EXPORT BrowserThread {
// This is the thread that interacts with the database.
DB,
- // This is the "main" thread for WebKit within the browser process when
- // NOT in --single-process mode.
- // Deprecated: Do not design new code to use this thread; see
- // http://crbug.com/106839
- WEBKIT_DEPRECATED,
-
// This is the thread that interacts with the file system.
FILE,

Powered by Google App Engine
This is Rietveld 408576698