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

Unified Diff: Source/modules/serviceworkers/WaitUntilObserver.h

Issue 210833004: Inform the client when the Service Worker rejects an install event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: sync Created 6 years, 9 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: Source/modules/serviceworkers/WaitUntilObserver.h
diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h
index c5f537a7215ddfed8fea894dca9f8eb22a2a4cb4..685409a776e2c7005bf6274784de7e8f00e823e2 100644
--- a/Source/modules/serviceworkers/WaitUntilObserver.h
+++ b/Source/modules/serviceworkers/WaitUntilObserver.h
@@ -7,6 +7,7 @@
#include "core/dom/ContextLifecycleObserver.h"
#include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
+#include "public/platform/WebServiceWorkerEventResult.h"
#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
@@ -44,6 +45,7 @@ private:
int m_eventID;
int m_pendingActivity;
+ blink::WebServiceWorkerEventResult m_result;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698