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

Unified Diff: content/renderer/render_view.h

Issue 7779010: Implements frame sniffer to watch iframe loading state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix Created 9 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: content/renderer/render_view.h
diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h
index ac81413ebfa4503ee2422e736583a92953ca962d..fe117818c2fd7adba2f3e85a2e2001ee7312784a 100644
--- a/content/renderer/render_view.h
+++ b/content/renderer/render_view.h
@@ -872,6 +872,7 @@ class RenderView : public RenderWidget,
#endif
void OnZoom(PageZoom::Function function);
void OnEnableViewSourceMode();
+ void OnStartFrameSniffer(const string16& frame_name);
// Adding a new message handler? Please add it in alphabetical order above
// and put it in the same position in the .cc file.

Powered by Google App Engine
This is Rietveld 408576698