set zoom changes for in page navigaitons

This commit is contained in:
deepak1556 2017-02-17 23:24:24 +05:30
parent 403e7681c1
commit 0c022fdc36

View file

@ -112,8 +112,7 @@ void WebContentsZoomController::DidFinishNavigation(
return; return;
} }
if (!navigation_handle->IsSamePage()) SetZoomFactorOnNavigationIfNeeded(navigation_handle->GetURL());
SetZoomFactorOnNavigationIfNeeded(navigation_handle->GetURL());
} }
void WebContentsZoomController::WebContentsDestroyed() { void WebContentsZoomController::WebContentsDestroyed() {