| 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 c15290740afdd19e8f12b60d55c2898a899ff4a4..2ad79933881e8ac7a799250daf4b8eee1aea8bd5 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc
|
| @@ -541,7 +541,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
|
|
|