| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index f3236c9fb6eb51623b714c041203dbb8604ae99a..0edcd5e9564cb8320c9fb4b177a40a2418cfb102 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -236,6 +236,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void WasHidden() OVERRIDE;
|
| virtual bool NeedToFireBeforeUnload() OVERRIDE;
|
| virtual void DispatchBeforeUnload(bool for_cross_site_transition) OVERRIDE;
|
| + virtual void SetTemporaryZoomSettings(bool temporary_zoom_settings) OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
| virtual WebContents* Clone() OVERRIDE;
|
| virtual void ReloadFocusedFrame(bool ignore_cache) OVERRIDE;
|
|
|