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

Unified Diff: content/browser/notifications/notification_database.cc

Issue 1006493005: Introduce the PlatformNotificationContext class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-db-ReadWriteDelete
Patch Set: Created 5 years, 9 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: content/browser/notifications/notification_database.cc
diff --git a/content/browser/notifications/notification_database.cc b/content/browser/notifications/notification_database.cc
index c8a5eb1a4516c85c1fbbe7ef7ff775664ab19e74..e98b2fa37d52a08d3b31e29d616d2ff748268327 100644
--- a/content/browser/notifications/notification_database.cc
+++ b/content/browser/notifications/notification_database.cc
@@ -71,7 +71,6 @@ NotificationDatabase::NotificationDatabase(const base::FilePath& path)
: path_(path),
next_notification_id_(0),
state_(STATE_UNINITIALIZED) {
- sequence_checker_.DetachFromSequence();
}
NotificationDatabase::~NotificationDatabase() {

Powered by Google App Engine
This is Rietveld 408576698