diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-02 01:18:05 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-02 01:18:05 +0000 |
commit | e3aa42411afbb1c4973380f0dc79130b6780f910 (patch) | |
tree | 980a68af3a104a688a6befc73c805e2ea1109cc4 /chrome_frame/chrome_frame_activex_base.h | |
parent | 193338a0f74c5b45cbf2104f454b175ee53e7f52 (diff) | |
download | chromium_src-e3aa42411afbb1c4973380f0dc79130b6780f910.zip chromium_src-e3aa42411afbb1c4973380f0dc79130b6780f910.tar.gz chromium_src-e3aa42411afbb1c4973380f0dc79130b6780f910.tar.bz2 |
Remove an incorrect DCHECK in the OnOpenURL function in ChromeFrame
Review URL: http://codereview.chromium.org/1527010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43425 0039d316-1c4b-4281-b951-d872f2087c98
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); } |