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

Unified Diff: chrome/browser/ui/webui/downloads_dom_handler.cc

Issue 10974009: Rename HyperbolicDownloadItemNotifer -> AllDownloadItemNotifier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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/ui/webui/downloads_dom_handler.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/downloads_dom_handler.cc
diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc
index 44d1afd8d32b884e078a61140f43e49201ae0673..b880d6254a31c956e92dfa9d85b0f8531516690b 100644
--- a/chrome/browser/ui/webui/downloads_dom_handler.cc
+++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
@@ -214,7 +214,7 @@ DownloadsDOMHandler::DownloadsDOMHandler(content::DownloadManager* dlm)
ChromeURLDataManager::AddDataSource(profile, new FileIconSource());
if (profile->IsOffTheRecord()) {
- original_notifier_.reset(new HyperbolicDownloadItemNotifier(
+ original_notifier_.reset(new AllDownloadItemNotifier(
BrowserContext::GetDownloadManager(profile->GetOriginalProfile()),
this));
}
« no previous file with comments | « chrome/browser/ui/webui/downloads_dom_handler.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698