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

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

Issue 1083683003: Speculative revert by sheriff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an unrelated commit that had accidentally slipped in. Created 5 years, 8 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_data.cc
diff --git a/content/public/common/platform_notification_data.cc b/content/public/common/platform_notification_data.cc
index 387dee678ce561145239e5cde19c4bd7828423fe..5b91869260de946e3ad08c658af541d3704d456b 100644
--- a/content/public/common/platform_notification_data.cc
+++ b/content/public/common/platform_notification_data.cc
@@ -6,7 +6,9 @@
namespace content {
-PlatformNotificationData::PlatformNotificationData() {}
+PlatformNotificationData::PlatformNotificationData()
+ : direction(NotificationDirectionLeftToRight),
+ silent(false) {}
PlatformNotificationData::~PlatformNotificationData() {}
« no previous file with comments | « content/public/common/platform_notification_data.h ('k') | content/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698