summaryrefslogtreecommitdiffstats
path: root/remoting/host/url_fetcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/url_fetcher.cc')
-rw-r--r--remoting/host/url_fetcher.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/url_fetcher.cc b/remoting/host/url_fetcher.cc
index 9f5084b..606d1f9 100644
--- a/remoting/host/url_fetcher.cc
+++ b/remoting/host/url_fetcher.cc
@@ -75,6 +75,7 @@ UrlFetcher::Core::Core(const GURL& url, Method method)
method_(method),
delegate_message_loop_(base::MessageLoopProxy::current()),
buffer_(new net::IOBuffer(kBufferSize)) {
+ CHECK(url_.is_valid());
}
UrlFetcher::Core::~Core() {