Index: content/browser/browser_main_loop.cc |
=================================================================== |
--- content/browser/browser_main_loop.cc (revision 277810) |
+++ content/browser/browser_main_loop.cc (working copy) |
@@ -519,7 +519,6 @@ |
} |
int BrowserMainLoop::PreCreateThreads() { |
- |
if (parts_) { |
TRACE_EVENT0("startup", |
"BrowserMainLoop::CreateThreads:PreCreateThreads"); |
@@ -680,7 +679,6 @@ |
} |
TRACE_EVENT_END0("startup", "BrowserMainLoop::CreateThreads:start"); |
- |
} |
created_threads_ = true; |
return result_code_; |
@@ -1060,12 +1058,6 @@ |
// (Need to add InitializeToolkit stage to BrowserParts). |
// See also GTK setup in EarlyInitialization, above, and associated comments. |
-#if defined(TOOLKIT_GTK) |
- // It is important for this to happen before the first run dialog, as it |
- // styles the dialog as well. |
- gfx::InitRCStyles(); |
-#endif |
- |
#if defined(OS_WIN) |
// Init common control sex. |
INITCOMMONCONTROLSEX config; |