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

Unified Diff: content/renderer/render_view_impl.h

Issue 8773035: Content settings: allow scripts on interstitial pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 9 years 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_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 7b967e901e5b17e64e0439e5c1c9f3fbe0a959b9..1e349ba75864ededc8c84229211213eff7535895 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -850,6 +850,8 @@ class RenderViewImpl : public RenderWidget,
void OnJavaBridgeInit(const IPC::ChannelHandle& channel_handle);
+ void OnSetAsInterstitial();
+
// 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