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

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

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 | « chrome/browser/ui/app_list/arc/arc_app_unittest.cc ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_app_instance.h
diff --git a/components/arc/test/fake_app_instance.h b/components/arc/test/fake_app_instance.h
index 97db901092fde5944baeaf6d55aa0c5f957d110d..0f48bf9316601ff8a2fc45a12ba7ce83df84f95c 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -85,6 +85,10 @@ class FakeAppInstance : public AppInstance {
return icon_requests_;
}
+ // This method can be called on tests when a method is intended to
+ // be called across a Mojo proxy.
+ void WaitForIncomingMethodCall();
+
private:
// Mojo endpoints.
mojo::Binding<AppInstance> binding_;
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_unittest.cc ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698