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

Unified Diff: chrome/browser/renderer_host/browser_render_process_host.h

Issue 43035: Get rid of --start-renderers-manually since it's been broken for a long time ... (Closed) Base URL: svn://chrome-svn/chrome/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/browser/renderer_host/browser_render_process_host.h
===================================================================
--- chrome/browser/renderer_host/browser_render_process_host.h (revision 11366)
+++ chrome/browser/renderer_host/browser_render_process_host.h (working copy)
@@ -23,7 +23,6 @@
class CommandLine;
class GURL;
-class PrefService;
class RendererMainThread;
class RenderWidgetHelper;
class WebContents;
@@ -76,8 +75,6 @@
virtual void OnChannelConnected(int32 peer_pid);
virtual void OnChannelError();
- static void RegisterPrefs(PrefService* prefs);
-
// If the a process has sent a message that cannot be decoded, it is deemed
// corrupted and thus needs to be terminated using this call. This function
// can be safely called from any thread.
« no previous file with comments | « chrome/browser/process_singleton_win.cc ('k') | chrome/browser/renderer_host/browser_render_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698