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

Unified Diff: content/public/renderer/render_process_observer.h

Issue 1821413003: Remove logic for lazy initialization of WebKit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 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: 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() {}

Powered by Google App Engine
This is Rietveld 408576698