mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-28 10:09:25 +01:00
Remove unused variable (issue #1079).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1444 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
8adb86e7e6
commit
e8c2c80f70
@ -750,8 +750,6 @@ void CefBrowserImpl::OnResponseAck(int request_id) {
|
||||
}
|
||||
|
||||
void CefBrowserImpl::OnLoadingStateChange(bool isLoading) {
|
||||
content::RenderViewImpl* render_view_impl =
|
||||
static_cast<content::RenderViewImpl*>(render_view());
|
||||
if (is_swapped_out())
|
||||
return;
|
||||
|
||||
@ -774,8 +772,6 @@ void CefBrowserImpl::OnLoadingStateChange(bool isLoading) {
|
||||
}
|
||||
|
||||
void CefBrowserImpl::OnLoadStart(WebKit::WebFrame* frame) {
|
||||
content::RenderViewImpl* render_view_impl =
|
||||
static_cast<content::RenderViewImpl*>(render_view());
|
||||
if (is_swapped_out())
|
||||
return;
|
||||
|
||||
@ -794,8 +790,6 @@ void CefBrowserImpl::OnLoadStart(WebKit::WebFrame* frame) {
|
||||
}
|
||||
|
||||
void CefBrowserImpl::OnLoadEnd(WebKit::WebFrame* frame) {
|
||||
content::RenderViewImpl* render_view_impl =
|
||||
static_cast<content::RenderViewImpl*>(render_view());
|
||||
if (is_swapped_out())
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user