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

Unified Diff: content/public/common/platform_notification_action.cc

Issue 1267673003: Plumb Blink notification actions to button UI on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/public/common/platform_notification_action.cc
diff --git a/content/public/browser/security_style_explanations.cc b/content/public/common/platform_notification_action.cc
similarity index 53%
copy from content/public/browser/security_style_explanations.cc
copy to content/public/common/platform_notification_action.cc
index 8f389f889611aa268c9e0ab65965bf3e400b75f3..3f27f8a963173b53567d07c76ac8aa5d7303048b 100644
--- a/content/public/browser/security_style_explanations.cc
+++ b/content/public/common/platform_notification_action.cc
@@ -2,14 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/security_style_explanations.h"
+#include "content/public/common/platform_notification_action.h"
namespace content {
-SecurityStyleExplanations::SecurityStyleExplanations() {
-}
+PlatformNotificationAction::PlatformNotificationAction() {}
-SecurityStyleExplanations::~SecurityStyleExplanations() {
-}
+PlatformNotificationAction::~PlatformNotificationAction() {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698