| 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,
|
|
|
|
|