| Index: content/browser/browser_thread.cc
|
| diff --git a/content/browser/browser_thread.cc b/content/browser/browser_thread.cc
|
| index f02f31391d8203de4609849f419648b274cde157..ea12ff9227beb446fafeb94a66940d65a3177e13 100644
|
| --- a/content/browser/browser_thread.cc
|
| +++ b/content/browser/browser_thread.cc
|
| @@ -21,6 +21,9 @@ static const char* browser_thread_names[BrowserThread::ID_COUNT] = {
|
| #if defined(USE_X11)
|
| "Chrome_Background_X11Thread", // BACKGROUND_X11
|
| #endif
|
| +#if defined(OS_CHROMEOS)
|
| + "Chrome_WebproxyThread", // WEBPROXY
|
| +#endif
|
| };
|
|
|
| // An implementation of MessageLoopProxy to be used in conjunction
|
|
|