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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

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/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 5193e6fc3f1211d8e7f9a908f12e43d9b3c288e0..b33e4cbdfd19db24e3dcdcf57f2233532f90136e 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -69,7 +69,6 @@ enum class WebTreeScopeType;
class InterfaceProvider;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
-class WebAppBannerClient;
class WebBluetooth;
class WebColorChooser;
class WebColorChooserClient;
@@ -701,9 +700,6 @@ class BLINK_EXPORT WebFrameClient {
SuddenTerminationDisablerType) {
}
- // App Banners ---------------------------------------------------------
- virtual WebAppBannerClient* appBannerClient() { return 0; }
-
// Navigator Content Utils --------------------------------------------
// Registers a new URL handler for the given protocol.

Powered by Google App Engine
This is Rietveld 408576698