diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 01:43:12 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 01:43:12 +0000 |
commit | 6d27438471f60cc75f8f74ab8adc64e167d483f0 (patch) | |
tree | 2bc86785c214b4a89a39a8dd88c56c3616739006 /chrome/browser/remoting | |
parent | f44388c045a1953c255ab4ac01803e7708a7f590 (diff) | |
download | chromium_src-6d27438471f60cc75f8f74ab8adc64e167d483f0.zip chromium_src-6d27438471f60cc75f8f74ab8adc64e167d483f0.tar.gz chromium_src-6d27438471f60cc75f8f74ab8adc64e167d483f0.tar.bz2 |
Fix build failure in remoting option handler
Removing a DCHECK I just added.
TBR=ajwong@chromium.org
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6602068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/remoting')
-rw-r--r-- | chrome/browser/remoting/remoting_options_handler.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/remoting/remoting_options_handler.cc b/chrome/browser/remoting/remoting_options_handler.cc index 7d3de1e..9425dc1 100644 --- a/chrome/browser/remoting/remoting_options_handler.cc +++ b/chrome/browser/remoting/remoting_options_handler.cc @@ -26,8 +26,6 @@ RemotingOptionsHandler::~RemotingOptionsHandler() { } void RemotingOptionsHandler::Init(WebUI* web_ui) { - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); - web_ui_ = web_ui; process_control_ = |