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

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

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
« no previous file with comments | « chrome/browser/download/download_request_limiter.h ('k') | chrome/browser/extensions/api/socket/socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_request_limiter.cc
diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc
index 155d6337c35e0eddbd217a91655e1da8ae71ec3c..f0a7d5a81e8d76a78d136c9f748a1fbebcbe79be 100644
--- a/chrome/browser/download/download_request_limiter.cc
+++ b/chrome/browser/download/download_request_limiter.cc
@@ -117,6 +117,13 @@ void DownloadRequestLimiter::TabDownloadState::Accept() {
NotifyCallbacks(true);
}
+DownloadRequestLimiter::TabDownloadState::TabDownloadState()
+ : host_(NULL),
+ status_(DownloadRequestLimiter::ALLOW_ONE_DOWNLOAD),
+ download_count_(0),
+ infobar_(NULL) {
+}
+
void DownloadRequestLimiter::TabDownloadState::Observe(
int type,
const content::NotificationSource& source,
« no previous file with comments | « chrome/browser/download/download_request_limiter.h ('k') | chrome/browser/extensions/api/socket/socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698