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

Unified Diff: chrome/browser/download/download_request_limiter.h

Issue 10855075: Clean-up inline members of nested classes (chrome/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: chrome/browser/download/download_request_limiter.h
diff --git a/chrome/browser/download/download_request_limiter.h b/chrome/browser/download/download_request_limiter.h
index 2dea8ec172f4f406832da63cdbd0a7217fc61771..2f46599504e010fbaa80cb263a955e27b4cd9318 100644
--- a/chrome/browser/download/download_request_limiter.h
+++ b/chrome/browser/download/download_request_limiter.h
@@ -125,12 +125,7 @@ class DownloadRequestLimiter
protected:
// Used for testing.
- TabDownloadState()
- : host_(NULL),
- status_(DownloadRequestLimiter::ALLOW_ONE_DOWNLOAD),
- download_count_(0),
- infobar_(NULL) {
- }
+ TabDownloadState();
private:
// content::NotificationObserver method.
« no previous file with comments | « chrome/browser/custom_handlers/protocol_handler_registry.cc ('k') | chrome/browser/download/download_request_limiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698