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. |