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

Unified Diff: mojo/shell/public/cpp/lib/application_test_base.cc

Issue 1728083002: Extract a Connector interface from Shell that can be cloned & passed to other threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@12uid
Patch Set: . Created 4 years, 10 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
Index: mojo/shell/public/cpp/lib/application_test_base.cc
diff --git a/mojo/shell/public/cpp/lib/application_test_base.cc b/mojo/shell/public/cpp/lib/application_test_base.cc
index 49bb65ea7d4a54a7eb7331c101cf40451327f2e4..da56dbb4aa6c6d55b65ad54183c539aeb1c30f41 100644
--- a/mojo/shell/public/cpp/lib/application_test_base.cc
+++ b/mojo/shell/public/cpp/lib/application_test_base.cc
@@ -20,8 +20,8 @@ namespace test {
namespace {
// Share the application URL with multiple application tests.
String g_url;
-uint32_t g_id = shell::mojom::Shell::kInvalidApplicationID;
-uint32_t g_user_id = shell::mojom::Shell::kUserRoot;
+uint32_t g_id = shell::mojom::Connector::kInvalidApplicationID;
+uint32_t g_user_id = shell::mojom::Connector::kUserRoot;
// ShellClient request handle passed from the shell in MojoMain, stored in
// between SetUp()/TearDown() so we can (re-)intialize new ShellConnections.

Powered by Google App Engine
This is Rietveld 408576698