| 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 7db4ec60b0e01d82c78a5bbe5ca187194df4300a..3ccdb75624faa10fdaa171cab7a0e9d689c636d5 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -705,8 +705,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnDidFinishLoad(const GURL& url);
|
| void OnGoToEntryAtOffset(int offset);
|
| void OnUpdateZoomLimits(int minimum_percent,
|
| - int maximum_percent,
|
| - bool remember);
|
| + int maximum_percent);
|
| void OnEnumerateDirectory(int request_id, const base::FilePath& path);
|
|
|
| void OnRegisterProtocolHandler(const std::string& protocol,
|
| @@ -1013,10 +1012,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| // Minimum/maximum zoom percent.
|
| int minimum_zoom_percent_;
|
| int maximum_zoom_percent_;
|
| - // If true, the default zoom limits have been overriden for this tab, in which
|
| - // case we don't want saved settings to apply to it and we don't want to
|
| - // remember it.
|
| - bool temporary_zoom_settings_;
|
|
|
| // The raw accumulated zoom value and the actual zoom increments made for an
|
| // an in-progress pinch gesture.
|
|
|