| Index: content/public/renderer/render_process_observer.h
|
| diff --git a/content/public/renderer/render_process_observer.h b/content/public/renderer/render_process_observer.h
|
| index f53ba65f9ff4d49f5d159707753d8dd9d584b85b..30f855daf2ee80334500d27bbe97e82d2fc100ea 100644
|
| --- a/content/public/renderer/render_process_observer.h
|
| +++ b/content/public/renderer/render_process_observer.h
|
| @@ -27,9 +27,6 @@ class CONTENT_EXPORT RenderProcessObserver {
|
| // Notification that the render process is shutting down.
|
| virtual void OnRenderProcessShutdown() {}
|
|
|
| - // Called right after the WebKit API is initialized.
|
| - virtual void WebKitInitialized() {}
|
| -
|
| // Called when the renderer cache of the plugin list has changed.
|
| virtual void PluginListChanged() {}
|
|
|
|
|