| 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.
|
|
|