| 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);
|
| };
|
|
|