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

Unified Diff: third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h

Issue 2392543004: Reflow comments in the Push and Notification modules. (Closed)
Patch Set: Reflow comments in the Push and Notification modules. Created 4 years, 2 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/push_messaging/PushPermissionStatusCallbacks.h
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h b/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h
index b443572a3ea5ae1e2ce8de332753145637f13d23..90294bf0e706ade7eb32a7083bd22a0ebf419400 100644
--- a/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h
+++ b/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h
@@ -30,7 +30,7 @@ class PushPermissionStatusCallbacks final
void onSuccess(WebPushPermissionStatus) override;
- // Called if for some reason the status of the push permission cannot be checked.
+ // Called if for some reason the status of the permission cannot be checked.
void onError(const WebPushError&) override;
private:

Powered by Google App Engine
This is Rietveld 408576698