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

Unified Diff: services/shell/shell.h

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: services/shell/shell.h
diff --git a/services/shell/shell.h b/services/shell/shell.h
index 4f7afde70af09b0bbe42d92e561c924acd1aed8d..cb94e4c924657b79f23c20d086d9fc001296dbef 100644
--- a/services/shell/shell.h
+++ b/services/shell/shell.h
@@ -150,13 +150,8 @@ class Shell : public ShellClient {
std::set<std::string> singletons_;
std::map<Identity, mojom::ShellClientFactoryPtr> shell_client_factories_;
- // Counter used to assign ids to client factories.
- uint32_t shell_client_factory_id_counter_;
-
std::map<Identity, mojom::ShellResolverPtr> identity_to_resolver_;
-
mojo::InterfacePtrSet<mojom::InstanceListener> instance_listeners_;
-
base::Callback<void(const Identity&)> instance_quit_callback_;
std::unique_ptr<NativeRunnerFactory> native_runner_factory_;
std::unique_ptr<ShellConnection> shell_connection_;

Powered by Google App Engine
This is Rietveld 408576698