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

Unified Diff: ui/views/mus/test_utils.h

Issue 2759463002: aura-mus: create an interactive ui test for drag and drop. (Closed)
Patch Set: Merge with master Created 3 years, 9 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 | « ui/views/mus/mus_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/test_utils.h
diff --git a/ui/views/mus/test_utils.h b/ui/views/mus/test_utils.h
index 419fee9dc31436089e6bbb7553d420b8f53b9cb1..da72dcda000b396c82b96066b5a5d57aa2407f22 100644
--- a/ui/views/mus/test_utils.h
+++ b/ui/views/mus/test_utils.h
@@ -16,7 +16,9 @@ class MusClientTestApi {
static std::unique_ptr<MusClient> Create(
service_manager::Connector* connector,
const service_manager::Identity& identity) {
- return base::WrapUnique(new MusClient(connector, identity));
+ return base::WrapUnique(
+ new MusClient(connector, identity, nullptr, true,
+ MusClientTestingState::CREATE_TESTING_STATE));
}
private:
« no previous file with comments | « ui/views/mus/mus_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698