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

Unified Diff: content/public/browser/web_contents.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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 0e0ed9bad84610b17e3bc17707fa81f8faf445f8..09370909e2d7e6634395a15a108c5ec1dd057d9f 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -331,6 +331,9 @@ class WebContents : public PageNavigator,
// has one.
virtual void DispatchBeforeUnload(bool for_cross_site_transition) = 0;
+ // Sets whether this WebContents has a temporary zoom level.
+ virtual void SetTemporaryZoomSettings(bool temporary_zoom_settings) = 0;
+
// Commands ------------------------------------------------------------------
// Stop any pending navigation.

Powered by Google App Engine
This is Rietveld 408576698