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

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: fix accidental revert 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
« no previous file with comments | « chrome/renderer/net/net_error_helper.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/renderer/net/net_error_helper.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698