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

Side by Side Diff: content/public/browser/notification_database_data.cc

Issue 2300093002: Make //content responsible for generating notification Ids (Closed)
Patch Set: comments Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "content/public/browser/notification_database_data.h"
6
7 namespace content {
8
9 NotificationDatabaseData::NotificationDatabaseData() = default;
10
11 NotificationDatabaseData::NotificationDatabaseData(
12 const NotificationDatabaseData& other) = default;
13
14 NotificationDatabaseData& NotificationDatabaseData::operator=(
15 const NotificationDatabaseData& other) = default;
16
17 NotificationDatabaseData::~NotificationDatabaseData() = default;
18
19 } // namespace content
OLDNEW
« no previous file with comments | « content/public/browser/notification_database_data.h ('k') | content/public/browser/notification_event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698