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

Unified Diff: mojo/shell/tests/capability_filter_test.h

Issue 1714753002: 7/ Eliminate on_application_end from ConnectParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_request
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
« no previous file with comments | « mojo/shell/tests/application_manager_unittest.cc ('k') | mojo/shell/tests/capability_filter_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/capability_filter_test.h
diff --git a/mojo/shell/tests/capability_filter_test.h b/mojo/shell/tests/capability_filter_test.h
index 3e9baa80afc9edbab0405024cd5e81be27b4ce15..0efc62c1ef15f81beb302a70b53261eea527fb5e 100644
--- a/mojo/shell/tests/capability_filter_test.h
+++ b/mojo/shell/tests/capability_filter_test.h
@@ -89,6 +89,8 @@ class CapabilityFilterTest : public testing::Test {
void InitValidator(const std::set<std::string>& expectations);
void RunTest();
+ void OnInstanceQuit(const Identity& identity);
+
template<class T>
scoped_ptr<ShellClient> CreateShellClient() {
return scoped_ptr<ShellClient>(new T);
@@ -98,6 +100,7 @@ class CapabilityFilterTest : public testing::Test {
base::MessageLoop loop_;
scoped_ptr<ApplicationManager> application_manager_;
ConnectionValidator* validator_;
+ std::set<Identity> quit_identities_;
DISALLOW_COPY_AND_ASSIGN(CapabilityFilterTest);
};
« no previous file with comments | « mojo/shell/tests/application_manager_unittest.cc ('k') | mojo/shell/tests/capability_filter_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698