Update to Chromium revision 140240.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@679 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-06-08 16:01:01 +00:00
parent 06806ee190
commit 3715c23777
10 changed files with 28 additions and 88 deletions

View File

@@ -313,6 +313,7 @@ CefRefPtr<CefBrowserHostImpl> CefContext::GetBrowserByID(int id) {
return it->get();
}
DLOG(ERROR) << "No browser matching unique id " << id;
return NULL;
}
@@ -326,6 +327,8 @@ CefRefPtr<CefBrowserHostImpl> CefContext::GetBrowserByRoutingID(
return it->get();
}
DLOG(ERROR) << "No browser matching process id " << render_process_id <<
" and view id " << render_view_id;
return NULL;
}