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

Unified Diff: content/renderer/renderer_main.cc

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps for single process Created 7 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/renderer/renderer_main.cc
diff --git a/content/renderer/renderer_main.cc b/content/renderer/renderer_main.cc
index cc8e5846f5f4bdbc0a2193b5248a359e14ab18c1..bdd7af2ab0a55a49879f3f67b236deb0cb57814e 100644
--- a/content/renderer/renderer_main.cc
+++ b/content/renderer/renderer_main.cc
@@ -22,6 +22,7 @@
#include "base/string_util.h"
#include "base/threading/platform_thread.h"
#include "base/time.h"
+#include "content/common/debug_util.h"
#include "content/common/pepper_plugin_registry.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/main_function_params.h"
@@ -54,7 +55,7 @@ static void HandleRendererErrorTestParameters(const CommandLine& command_line) {
base::debug::WaitForDebugger(60, true);
if (command_line.HasSwitch(switches::kRendererStartupDialog))
- ChildProcess::WaitForDebugger("Renderer");
+ WaitForDebugger("Renderer");
// This parameter causes an assertion.
if (command_line.HasSwitch(switches::kRendererAssertTest)) {

Powered by Google App Engine
This is Rietveld 408576698