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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 8113035: Remove RenderProcessHost::is_extension_process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 1a9a97fb85e1f960ef57e1c21ba73fdcba7127cb..43380acb3c0fb7d3b36f0b087fd2c65eb8943bde 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -121,8 +121,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
#if defined(OS_POSIX) && !defined(OS_MACOSX)
- // Can return an optional fd for crash handling, otherwise returns -1.
- virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE;
+ // Can return an optional fd for crash handling, otherwise returns -1. The
jam 2011/10/04 16:59:22 nit: this comment shouldn't be here, since we don'
jochen (gone - plz use gerrit) 2011/10/04 18:50:19 Done.
+ // passed |command_line| will be used to start the process in question.
+ virtual int GetCrashSignalFD(const CommandLine* command_line) OVERRIDE;
#endif
#if defined(OS_WIN)
virtual const wchar_t* GetResourceDllName() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698