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); |
}; |