diff options
Diffstat (limited to 'content/browser/browser_thread.cc')
-rw-r--r-- | content/browser/browser_thread.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/browser_thread.cc b/content/browser/browser_thread.cc index 4c6627b..c0e4355 100644 --- a/content/browser/browser_thread.cc +++ b/content/browser/browser_thread.cc @@ -11,7 +11,6 @@ // Friendly names for the well-known threads. static const char* browser_thread_names[BrowserThread::ID_COUNT] = { "", // UI (name assembled in browser_main.cc). - "Chrome_WatchdogThread", // WATCHDOG "Chrome_DBThread", // DB "Chrome_WebKitThread", // WEBKIT "Chrome_FileThread", // FILE |