Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / content / public / common / platform_notification_data.cc
blob387dee678ce561145239e5cde19c4bd7828423fe
1 // Copyright 2014 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.
5 #include "content/public/common/platform_notification_data.h"
7 namespace content {
9 PlatformNotificationData::PlatformNotificationData() {}
11 PlatformNotificationData::~PlatformNotificationData() {}
13 } // namespace content