Index: chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
index f4ecce5bff562e4b0135fe7130af46974987b501..d001a8ca0a7a90297ccd10729327b8aa1d72484b 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
@@ -574,7 +574,8 @@ void WebNavigationTabObserver::DidFinishLoad( |
validated_url == GURL(content::kAboutBlankURL))) |
<< "validated URL is " << validated_url << " but we expected " |
<< navigation_state_.GetUrl(frame_id); |
- DCHECK_EQ(navigation_state_.IsMainFrame(frame_id), is_main_frame); |
+ // TODO(creis): Diagnose. |
+ //DCHECK_EQ(navigation_state_.IsMainFrame(frame_id), is_main_frame); |
// The load might already have finished by the time we finished parsing. For |
// compatibility reasons, we artifically delay the load completed signal until |