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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationError.h

Issue 2572473003: [Presentation API] PresentationRequest::getAvailability() should return the same promise (Closed)
Patch Set: rebase with master Created 4 years 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/presentation/PresentationError.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationError.h b/third_party/WebKit/Source/modules/presentation/PresentationError.h
index 56b2a2f23559180836ef4d22f9f8447af034a66b..e882244ff48964b324359df688fd04cbb9239b45 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationError.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationError.h
@@ -12,7 +12,6 @@
namespace blink {
class DOMException;
-class ScriptPromiseResolver;
// A container of methods taking care of WebPresentationError in WebCallbacks
// subclasses.
@@ -23,8 +22,7 @@ class PresentationError final {
// For CallbackPromiseAdapter.
using WebType = const WebPresentationError&;
- static DOMException* take(ScriptPromiseResolver*,
- const WebPresentationError&);
+ static DOMException* take(const WebPresentationError&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698