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

Unified Diff: content/common/debug_flags.h

Issue 8760011: Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildPro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 9 years, 1 month 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 | « content/common/child_process_info.cc ('k') | content/common/debug_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/debug_flags.h
===================================================================
--- content/common/debug_flags.h (revision 112315)
+++ content/common/debug_flags.h (working copy)
@@ -6,8 +6,8 @@
#define CONTENT_COMMON_DEBUG_FLAGS_H_
#pragma once
-#include "content/common/child_process_info.h"
#include "content/common/content_export.h"
+#include "content/public/common/process_type.h"
class CommandLine;
@@ -23,7 +23,7 @@
// calling the JIT debugger on it. It may only happen if
// is_in_sandbox is true.
static bool ProcessDebugFlags(CommandLine* command_line,
- ChildProcessInfo::ProcessType type,
+ content::ProcessType type,
bool is_in_sandbox);
};
« no previous file with comments | « content/common/child_process_info.cc ('k') | content/common/debug_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698