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

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

Issue 6260009: Handle two cases that we previously weren't expecting.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « no previous file | chrome_frame/chrome_frame_automation.cc » ('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 71665)
+++ chrome/browser/automation/automation_resource_message_filter.cc (working copy)
@@ -403,7 +403,7 @@
int automation_request_id = 0;
bool valid_id = GetAutomationRequestId(request_id, &automation_request_id);
if (!valid_id) {
- NOTREACHED() << "Invalid request id: " << request_id;
+ LOG(ERROR) << "Invalid request id: " << request_id;
return false;
}
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698