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

Unified Diff: chrome/app/chrome_exe_main_gtk.cc

Issue 49009: Proxy config for Linux (ProxyConfigServiceLinux)... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 9 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: chrome/app/chrome_exe_main_gtk.cc
===================================================================
--- chrome/app/chrome_exe_main_gtk.cc (revision 12719)
+++ chrome/app/chrome_exe_main_gtk.cc (working copy)
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <glib.h>
+#include <gtk/gtk.h>
+#include <gdk/gdk.h>
+#include <glib-object.h>
#include "base/at_exit.h"
#include "base/process_util.h"
@@ -29,6 +33,9 @@
#if defined(GOOGLE_CHROME_BUILD)
// TODO(tc): init crash reporter
#endif
+ g_type_init();
+ g_thread_init(NULL);
+ gdk_threads_init();
return ChromeMain(argc, argv);
}
« no previous file with comments | « build/SConscript.main ('k') | net/net_lib.scons » ('j') | net/proxy/proxy_config_service_linux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698