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

Unified Diff: third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp

Issue 1483903002: [App Banner] Use appropriate type parameters for WebCallbacks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/app_banner/AppBannerPromptResult.cpp
diff --git a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
index 478e0c2ebc7333dc8f58672b65021d4d9d329ed8..f37d088f906d7e015e142518c679d71294c50cf0 100644
--- a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
+++ b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
@@ -9,12 +9,6 @@
namespace blink {
-// static
-AppBannerPromptResult* AppBannerPromptResult::take(PassOwnPtr<WebAppBannerPromptResult> webInstance)
-{
- return webInstance ? AppBannerPromptResult::create(webInstance->platform, webInstance->outcome) : nullptr;
-}
-
AppBannerPromptResult::~AppBannerPromptResult()
{
}

Powered by Google App Engine
This is Rietveld 408576698