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

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

Issue 2387483002: Push API: Refactor and fix unsubscribe API (Closed)
Patch Set: Added enum reuse comments Created 4 years, 3 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/shell/browser/layout_test/layout_test_push_messaging_service.h
diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.h b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
index 6835362755c7299adc4fde38eb6a6dfe3fe6cad7..ddab54e73742473a2323283634ce93399758543e 100644
--- a/content/shell/browser/layout_test/layout_test_push_messaging_service.h
+++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
@@ -53,6 +53,8 @@ class LayoutTestPushMessagingService : public PushMessagingService {
const UnregisterCallback& callback) override;
private:
+ bool is_subscribed_ = false;
+
DISALLOW_COPY_AND_ASSIGN(LayoutTestPushMessagingService);
};
« no previous file with comments | « content/public/common/push_messaging_status.h ('k') | content/shell/browser/layout_test/layout_test_push_messaging_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698