| Index: content/browser/tab_contents/interstitial_page.h
|
| ===================================================================
|
| --- content/browser/tab_contents/interstitial_page.h (revision 86494)
|
| +++ content/browser/tab_contents/interstitial_page.h (working copy)
|
| @@ -144,6 +144,9 @@
|
| TabContents* tab() const { return tab_; }
|
| const GURL& url() const { return url_; }
|
| RenderViewHost* render_view_host() const { return render_view_host_; }
|
| + void set_renderer_preferences(const RendererPreferences& prefs) {
|
| + renderer_preferences_ = prefs;
|
| + }
|
|
|
| // Creates the RenderViewHost containing the interstitial content.
|
| // Overriden in unit tests.
|
|
|