summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/notification_provider.cc
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 22:38:13 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 22:38:13 +0000
commit3db537038829a74b0223a717b80a51212262e5bc (patch)
tree701d0e7373c00bae7451c95222ff3ac79ccb5a41 /chrome/renderer/notification_provider.cc
parent856891fca28f57f48d599a7243d829deea7e475e (diff)
downloadchromium_src-3db537038829a74b0223a717b80a51212262e5bc.zip
chromium_src-3db537038829a74b0223a717b80a51212262e5bc.tar.gz
chromium_src-3db537038829a74b0223a717b80a51212262e5bc.tar.bz2
Correct a mistake I made on a previous submission by commenting out an important line!
BUG=32862 TEST=create notifications and reload page. Already reviewed at http://codereview.chromium.org/549140 Review URL: http://codereview.chromium.org/668001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40553 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/notification_provider.cc')
-rw-r--r--chrome/renderer/notification_provider.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/notification_provider.cc b/chrome/renderer/notification_provider.cc
index 0234675..9a1edab 100644
--- a/chrome/renderer/notification_provider.cc
+++ b/chrome/renderer/notification_provider.cc
@@ -88,7 +88,7 @@ bool NotificationProvider::OnMessageReceived(const IPC::Message& message) {
}
void NotificationProvider::OnNavigate() {
- // manager_.Clear();
+ manager_.Clear();
}
bool NotificationProvider::ShowHTML(const WebNotification& notification,