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

Unified Diff: chrome/browser/ui/global_error_service_factory.cc

Issue 7948003: Update error badge on wrench menu button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 9 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/global_error_service.cc ('k') | chrome/browser/ui/global_error_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/global_error_service_factory.cc
diff --git a/chrome/browser/ui/global_error_service_factory.cc b/chrome/browser/ui/global_error_service_factory.cc
index a0148eb42ea8a5249d2d360089b35a7f84cc8e9a..e2c69a517dbce0659f1dbb33608319a9c764bd48 100644
--- a/chrome/browser/ui/global_error_service_factory.cc
+++ b/chrome/browser/ui/global_error_service_factory.cc
@@ -27,7 +27,7 @@ GlobalErrorServiceFactory::~GlobalErrorServiceFactory() {
ProfileKeyedService* GlobalErrorServiceFactory::BuildServiceInstanceFor(
Profile* profile) const {
- return new GlobalErrorService();
+ return new GlobalErrorService(profile);
}
bool GlobalErrorServiceFactory::ServiceRedirectedInIncognito() {
« no previous file with comments | « chrome/browser/ui/global_error_service.cc ('k') | chrome/browser/ui/global_error_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698