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

Unified Diff: components/test_runner/test_runner_for_specific_view.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
« no previous file with comments | « components/test_runner/test_runner_for_specific_view.h ('k') | components/test_runner/web_test_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner_for_specific_view.cc
diff --git a/components/test_runner/test_runner_for_specific_view.cc b/components/test_runner/test_runner_for_specific_view.cc
index 2219fe6a5415bc38f266cd323ca3a73f950d0fd9..eb6cb792baf1942d43f2cba0fdab5a6b7c7f6a3a 100644
--- a/components/test_runner/test_runner_for_specific_view.cc
+++ b/components/test_runner/test_runner_for_specific_view.cc
@@ -14,7 +14,6 @@
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringprintf.h"
#include "build/build_config.h"
-#include "components/test_runner/app_banner_client.h"
#include "components/test_runner/layout_and_paint_async_then.h"
#include "components/test_runner/layout_dump.h"
#include "components/test_runner/mock_content_settings_client.h"
@@ -395,11 +394,10 @@ void TestRunnerForSpecificView::SetColorProfile(
}
void TestRunnerForSpecificView::DispatchBeforeInstallPromptEvent(
- int request_id,
const std::vector<std::string>& event_platforms,
v8::Local<v8::Function> callback) {
delegate()->DispatchBeforeInstallPromptEvent(
- request_id, event_platforms,
+ event_platforms,
base::Bind(
&TestRunnerForSpecificView::DispatchBeforeInstallPromptCallback,
weak_factory_.GetWeakPtr(),
« no previous file with comments | « components/test_runner/test_runner_for_specific_view.h ('k') | components/test_runner/web_test_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698