| Index: chrome/common/child_thread.cc
|
| ===================================================================
|
| --- chrome/common/child_thread.cc (revision 10214)
|
| +++ chrome/common/child_thread.cc (working copy)
|
| @@ -21,12 +21,8 @@
|
| switches::kProcessChannelID);
|
|
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserAgent)) {
|
| -#if defined(OS_WIN)
|
| - // TODO(port): calling this connects an, otherwise disconnected, subgraph
|
| - // of symbols, causing huge numbers of linker errors.
|
| webkit_glue::SetUserAgent(WideToUTF8(
|
| CommandLine::ForCurrentProcess()->GetSwitchValue(switches::kUserAgent)));
|
| -#endif
|
| }
|
| }
|
|
|
|
|