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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 226523006: Changes to content/ to facilitate new zoom extension API (work in progress) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/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;

Powered by Google App Engine
This is Rietveld 408576698