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

Unified Diff: content/app/content_main.cc

Issue 7841009: export RendererMain (Closed)
Patch Set: Created 9 years, 3 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/app/content_main.cc
diff --git a/content/app/content_main.cc b/content/app/content_main.cc
index 971766d8ed76559a14d9cba7c6288c54f941e8a1..884871b66d1d5f5b716fafa0f162d7ee6d60f426 100644
--- a/content/app/content_main.cc
+++ b/content/app/content_main.cc
@@ -20,6 +20,7 @@
#include "content/common/main_function_params.h"
#include "content/common/sandbox_init_wrapper.h"
#include "content/common/set_process_title.h"
+#include "content/renderer/renderer_main.h"
#include "crypto/nss_util.h"
#include "ui/base/ui_base_switches.h"
#include "ui/base/ui_base_paths.h"
@@ -53,7 +54,6 @@ int tc_set_new_mode(int mode);
}
#endif
-extern int RendererMain(const MainFunctionParams&);
extern int GpuMain(const MainFunctionParams&);
extern int PluginMain(const MainFunctionParams&);
extern int PpapiPluginMain(const MainFunctionParams&);

Powered by Google App Engine
This is Rietveld 408576698