Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1995)

Unified Diff: src/platform/update_engine/mock_http_fetcher.h

Issue 1599029: update engine: 32- and 64-bit compile (Closed)
Patch Set: int32->int32_t, PRIi64, 80 cols for review Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/update_engine/mock_http_fetcher.h
diff --git a/src/platform/update_engine/mock_http_fetcher.h b/src/platform/update_engine/mock_http_fetcher.h
index 2efd258d01abfa270a78bf79aceea77e42fe7dc2..5b9f89871b330e64d7d03b71091ac099cfbe4512 100644
--- a/src/platform/update_engine/mock_http_fetcher.h
+++ b/src/platform/update_engine/mock_http_fetcher.h
@@ -29,7 +29,6 @@ class MockHttpFetcher : public HttpFetcher {
MockHttpFetcher(const char* data, size_t size)
: sent_size_(0), timeout_source_(NULL), timout_tag_(0), paused_(false) {
data_.insert(data_.end(), data, data + size);
- LOG(INFO) << "timeout_source_ = " << (int)timeout_source_;
}
// Cleans up all internal state. Does not notify delegate

Powered by Google App Engine
This is Rietveld 408576698