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

Unified Diff: content/renderer/render_view_observer.h

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/renderer/render_view_observer.h
===================================================================
--- content/renderer/render_view_observer.h (revision 81920)
+++ content/renderer/render_view_observer.h (working copy)
@@ -34,6 +34,7 @@
// These match the WebKit API notifications
virtual void DidStartLoading() {}
virtual void DidStopLoading() {}
+ virtual void DidChangeIcons(WebKit::WebFrame* frame) {}
virtual void DidFinishDocumentLoad(WebKit::WebFrame* frame) {}
virtual void DidFailLoad(WebKit::WebFrame* frame,
const WebKit::WebURLError& error) {}
@@ -43,6 +44,7 @@
const WebKit::WebURLError& error) {}
virtual void DidCommitProvisionalLoad(WebKit::WebFrame* frame,
bool is_new_navigation) {}
+ virtual void DidClearWindowObject(WebKit::WebFrame* frame) {}
virtual void WillPerformClientRedirect(
WebKit::WebFrame* frame, const WebKit::WebURL& from,
const WebKit::WebURL& to, double interval, double fire_time) {}

Powered by Google App Engine
This is Rietveld 408576698