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

Unified Diff: mojo/shell/public/cpp/shell_test.h

Issue 1780973004: Kill ShellConnection::WaitForInitialize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fuse-api
Patch Set: Created 4 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 | « mojo/shell/public/cpp/shell_connection.h ('k') | mojo/shell/tests/shell/shell_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/shell_test.h
diff --git a/mojo/shell/public/cpp/shell_test.h b/mojo/shell/public/cpp/shell_test.h
index c3ed59abe771fbb0721eaeb3e47f433a3cf73fe5..86f0d9475657524ee589a07f16cbce4593d2d17f 100644
--- a/mojo/shell/public/cpp/shell_test.h
+++ b/mojo/shell/public/cpp/shell_test.h
@@ -72,8 +72,7 @@ class ShellTest : public testing::Test {
virtual scoped_ptr<ShellClient> CreateShellClient();
// Call to set Initialize() metadata when GetShellClient() is overridden.
- void InitializeCalled(Connector* connector,
- const std::string& name,
+ void InitializeCalled(const std::string& name,
const std::string& userid,
uint32_t id);
« no previous file with comments | « mojo/shell/public/cpp/shell_connection.h ('k') | mojo/shell/tests/shell/shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698