diff options
Diffstat (limited to 'chrome_frame/chrome_frame_activex_base.h')
-rw-r--r-- | chrome_frame/chrome_frame_activex_base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h index 5d663c6..6a400f6 100644 --- a/chrome_frame/chrome_frame_activex_base.h +++ b/chrome_frame/chrome_frame_activex_base.h @@ -414,8 +414,6 @@ END_MSG_MAP() virtual void OnOpenURL(int tab_handle, const GURL& url_to_open, const GURL& referrer, int open_disposition) { - DCHECK(url_to_open.SchemeIs(chrome::kViewSourceScheme) || - (CURRENT_TAB == open_disposition)); HostNavigate(url_to_open, referrer, open_disposition); } |