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

Unified Diff: third_party/WebKit/Source/modules/notifications/Notification.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/modules/notifications/Notification.cpp
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.cpp b/third_party/WebKit/Source/modules/notifications/Notification.cpp
index 930099c9ba50e0fd2bf76b03226ff9b12ceaa0ce..a7a879a3e270c614c8e85fd302acd3c4159b785d 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.cpp
+++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp
@@ -187,8 +187,9 @@ void Notification::close() {
// Persistent notifications won't get such events for programmatic closes.
if (m_type == Type::NonPersistent) {
TaskRunnerHelper::get(TaskType::UserInteraction, getExecutionContext())
- ->postTask(BLINK_FROM_HERE, WTF::bind(&Notification::dispatchCloseEvent,
- wrapPersistent(this)));
+ ->postTask(
+ BLINK_FROM_HERE,
+ WTF::bind(&Notification::dispatchCloseEvent, wrapPersistent(this)));
m_state = State::Closing;
notificationManager()->close(this);
« no previous file with comments | « third_party/WebKit/Source/modules/nfc/NFC.cpp ('k') | third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698