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:
Marshall Greenblatt 2013-09-16 15:29:21 +00:00
parent 8adb86e7e6
commit e8c2c80f70
1 changed files with 0 additions and 6 deletions

View File

@ -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;