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

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

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Add TODO 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 29708fa0cd209679fcaf59bbfaccc12d939f4c0b..b998116533e07461d0b8db18b1a676d9e4d1c265 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -70,7 +70,6 @@ class InterfaceProvider;
class InterfaceRegistry;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
-class WebAppBannerClient;
class WebBluetooth;
class WebColorChooser;
class WebColorChooserClient;
@@ -702,9 +701,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.
« no previous file with comments | « third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698