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

Unified Diff: components/arc/test/fake_app_instance.cc

Issue 1534413002: arc-bridge: Make ArcAppModelBuilderTest more reliable (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Even more stable runs Created 5 years 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/arc/test/fake_app_instance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_app_instance.cc
diff --git a/components/arc/test/fake_app_instance.cc b/components/arc/test/fake_app_instance.cc
index ac1e9e0c60fca455f3ad9a96c320cb698abd5239..513f4c27ad05b4504e9a33eea375c10fbc6739b7 100644
--- a/components/arc/test/fake_app_instance.cc
+++ b/components/arc/test/fake_app_instance.cc
@@ -102,4 +102,8 @@ bool FakeAppInstance::GenerateAndSendIcon(const AppInfo& app,
return true;
}
+void FakeAppInstance::WaitForIncomingMethodCall() {
+ binding_.WaitForIncomingMethodCall();
+}
+
} // namespace arc
« no previous file with comments | « components/arc/test/fake_app_instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698