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

Unified Diff: third_party/WebKit/Source/modules/app_banner/AppBannerCallbacks.h

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/AppBannerCallbacks.h
diff --git a/third_party/WebKit/Source/modules/app_banner/AppBannerCallbacks.h b/third_party/WebKit/Source/modules/app_banner/AppBannerCallbacks.h
index 61ad0d39adce620020b90d58f344f1cf6d3a81dc..c0e59103ee4e1648d88a55f6a5a107de441cae50 100644
--- a/third_party/WebKit/Source/modules/app_banner/AppBannerCallbacks.h
+++ b/third_party/WebKit/Source/modules/app_banner/AppBannerCallbacks.h
@@ -19,7 +19,7 @@ public:
~AppBannerCallbacks() override = default;
// WebAppBannerCallbacks overrides.
- void onSuccess(WebAppBannerPromptResult*) override;
+ void onSuccess(const WebAppBannerPromptResult&) override;
private:
Persistent<UserChoiceProperty> m_userChoice;
« no previous file with comments | « components/test_runner/app_banner_client.cc ('k') | third_party/WebKit/Source/modules/app_banner/AppBannerCallbacks.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698