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

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

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Fix Win clang compile Created 4 years, 2 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: 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 3ed9b45567f784a5d6d47781bf418149a2429071..e0c0bdebc526c222c21364cc8a174d67128791e5 100644
--- a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
+++ b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
@@ -24,7 +24,7 @@ String AppBannerPromptResult::outcome() const {
}
AppBannerPromptResult::AppBannerPromptResult(
- const AtomicString& platform,
+ const String& platform,
WebAppBannerPromptResult::Outcome outcome)
: m_platform(platform), m_outcome(outcome) {}

Powered by Google App Engine
This is Rietveld 408576698