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

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: y 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 6da102b5745744bb554265b1653de688bcdf64d5..2200a77e31b14165e67b53832a652ac8caa073ea 100644
--- a/content/browser/notifications/notification_database.cc
+++ b/content/browser/notifications/notification_database.cc
@@ -68,7 +68,6 @@ std::string CreateDataKey(int64_t notification_id, const GURL& origin) {
NotificationDatabase::NotificationDatabase(const base::FilePath& path)
: path_(path) {
- sequence_checker_.DetachFromSequence();
}
NotificationDatabase::~NotificationDatabase() {
« no previous file with comments | « content/browser/notifications/notification_database.h ('k') | content/browser/notifications/platform_notification_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698