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

Unified Diff: chrome/browser/notifications/desktop_notifications_unittest.cc

Issue 1578023: Add notifications to allow desktop notification permissions to be synced. (Closed)
Patch Set: pre-commit Created 10 years, 8 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/notifications/desktop_notifications_unittest.cc
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.cc b/chrome/browser/notifications/desktop_notifications_unittest.cc
index 637d9a1137588439ad5571fc946da3446fa24683..be7a6f67c3d3291553ef1bbf5b28e1cd55018339 100644
--- a/chrome/browser/notifications/desktop_notifications_unittest.cc
+++ b/chrome/browser/notifications/desktop_notifications_unittest.cc
@@ -82,9 +82,9 @@ void DesktopNotificationsTest::SetUp() {
}
void DesktopNotificationsTest::TearDown() {
+ service_.reset(NULL);
profile_.reset(NULL);
ui_manager_.reset(NULL);
- service_.reset(NULL);
}
TEST_F(DesktopNotificationsTest, TestShow) {
« no previous file with comments | « chrome/browser/notifications/desktop_notification_service.cc ('k') | chrome/browser/notifications/notifications_prefs_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698