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

Unified Diff: components/test_runner/test_runner_for_specific_view.h

Issue 2647243002: PaymentApp: Implement PaymentAppProvider for LayoutTest.
Patch Set: PaymentApp: Implement PaymentAppProvider for LayoutTest. Created 3 years, 11 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.cc ('k') | components/test_runner/test_runner_for_specific_view.cc » ('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.h
diff --git a/components/test_runner/test_runner_for_specific_view.h b/components/test_runner/test_runner_for_specific_view.h
index 8fb82b0aface587bf39f28a923eb7af296fbac90..c1a4468594128a5ff283a46c39851de9aad7e745 100644
--- a/components/test_runner/test_runner_for_specific_view.h
+++ b/components/test_runner/test_runner_for_specific_view.h
@@ -120,6 +120,11 @@ class TestRunnerForSpecificView {
void SendBluetoothManualChooserEvent(const std::string& event,
const std::string& argument);
+ void GetAllPaymentAppIDs(v8::Local<v8::Function> callback);
+ void GetAllPaymentAppIDsCallback(v8::UniquePersistent<v8::Function> callback,
+ const std::vector<int64_t>& ids);
+ void InvokePaymentApp(int64_t registration_id);
+
// Used to set the device scale factor.
void SetBackingScaleFactor(double value, v8::Local<v8::Function> callback);
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | components/test_runner/test_runner_for_specific_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698