Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: chrome/browser/automation/automation_resource_message_filter.cc

Issue 261012: Committing change 255087 for Roger:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/automation/automation_profile_impl.h ('k') | chrome/browser/browsing_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_resource_message_filter.cc
===================================================================
--- chrome/browser/automation/automation_resource_message_filter.cc (revision 28270)
+++ chrome/browser/automation/automation_resource_message_filter.cc (working copy)
@@ -166,7 +166,7 @@
filtered_render_views_.find(RendererId(renderer_pid, renderer_id)));
if (automation_details_iter == filtered_render_views_.end()) {
- NOTREACHED();
+ LOG(INFO) << "UnRegisterRenderViewInIOThread: already unregistered";
return;
}
« no previous file with comments | « chrome/browser/automation/automation_profile_impl.h ('k') | chrome/browser/browsing_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698