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

Unified Diff: content/shell/browser/layout_test/layout_test_push_messaging_service.cc

Issue 938123002: Push API: Add and cleanup UMA logging for unregister/get/delivery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@incognito
Patch Set: Fix Android compile again Created 5 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
« no previous file with comments | « content/public/common/push_messaging_status.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/layout_test/layout_test_push_messaging_service.cc
diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
index 491d804dc8df2b03b544ab2e4cf2f93ba97bd301..e283e0dda9eaca6b3419ca1e134fd037f911a2b3 100644
--- a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
+++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
@@ -70,7 +70,7 @@ void LayoutTestPushMessagingService::Unregister(
const std::string& sender_id,
bool retry_on_failure,
const UnregisterCallback& callback) {
- callback.Run(PUSH_UNREGISTRATION_STATUS_SUCCESS_UNREGISTER);
+ callback.Run(PUSH_UNREGISTRATION_STATUS_SUCCESS_UNREGISTERED);
}
} // namespace content
« no previous file with comments | « content/public/common/push_messaging_status.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698