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

Unified Diff: content/shell/renderer/layout_test/layout_test_content_renderer_client.cc

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: content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
diff --git a/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc b/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
index 11e0338cf6b5f2b4683d307e223274d074e65955..8571abdfa4a8bec908525a149e5c2a6fbcd58c80 100644
--- a/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
+++ b/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
@@ -32,7 +32,6 @@
#include "gin/modules/module_registry.h"
#include "ppapi/shared_impl/ppapi_switches.h"
#include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
-#include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClient.h"
#include "third_party/WebKit/public/web/WebFrameWidget.h"
#include "third_party/WebKit/public/web/WebKit.h"
#include "third_party/WebKit/public/web/WebPluginParams.h"
@@ -214,14 +213,6 @@ WebThemeEngine* LayoutTestContentRendererClient::OverrideThemeEngine() {
->ThemeEngine();
}
-std::unique_ptr<blink::WebAppBannerClient>
-LayoutTestContentRendererClient::CreateAppBannerClient(
- RenderFrame* render_frame) {
- test_runner::WebTestInterfaces* interfaces =
- LayoutTestRenderThreadObserver::GetInstance()->test_interfaces();
- return interfaces->CreateAppBannerClient();
-}
-
std::unique_ptr<MediaStreamRendererFactory>
LayoutTestContentRendererClient::CreateMediaStreamRendererFactory() {
#if defined(ENABLE_WEBRTC)

Powered by Google App Engine
This is Rietveld 408576698