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 da4f9455b32405942f8ff04ffbf92c19f551b901..78bee841d2d89ca3cb237a1a5645278ddf9fb6bf 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
@@ -448,7 +448,7 @@ void WebNavigationEventRouter::Retargeting(const RetargetingDetails* details) { |
// If you hit this DCHECK(), please add reproduction steps to |
// http://crbug.com/109464. |
DCHECK(details->source_web_contents->GetViewType() != |
- content::VIEW_TYPE_TAB_CONTENTS); |
+ content::VIEW_TYPE_WEB_CONTENTS); |
return; |
} |
const FrameNavigationState& frame_navigation_state = |