Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: content/browser/browser_main_loop.cc

Issue 326043002: Cleanup: Remove more dead GTK code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sergeyu comments try 2 Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/browser_main_loop.cc
===================================================================
--- content/browser/browser_main_loop.cc (revision 275947)
+++ content/browser/browser_main_loop.cc (working copy)
@@ -518,7 +518,6 @@
}
int BrowserMainLoop::PreCreateThreads() {
-
if (parts_) {
TRACE_EVENT0("startup",
"BrowserMainLoop::CreateThreads:PreCreateThreads");
@@ -679,7 +678,6 @@
}
TRACE_EVENT_END0("startup", "BrowserMainLoop::CreateThreads:start");
-
}
created_threads_ = true;
return result_code_;
@@ -1053,12 +1051,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;

Powered by Google App Engine
This is Rietveld 408576698