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

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

Issue 159887: Ensure that we never call into WebCore::Page static methods when Page constru... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: now with comments. Created 11 years, 4 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/render_process_host.h
===================================================================
--- chrome/browser/renderer_host/render_process_host.h (revision 22379)
+++ chrome/browser/renderer_host/render_process_host.h (working copy)
@@ -137,6 +137,9 @@
virtual void WidgetRestored() = 0;
virtual void WidgetHidden() = 0;
+ // Called when RenderView is created by a listener.
+ virtual void ViewCreated() = 0;
+
// Add a word in the spellchecker.
virtual void AddWord(const std::wstring& word) = 0;
« no previous file with comments | « chrome/browser/renderer_host/mock_render_process_host.cc ('k') | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698