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

Unified Diff: services/shell/public/cpp/lib/connector_impl.h

Issue 2138263002: Revert of Move content's shell connections to the IO thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « services/shell/public/cpp/interface_registry.h ('k') | services/shell/public/cpp/lib/connector_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/connector_impl.h
diff --git a/services/shell/public/cpp/lib/connector_impl.h b/services/shell/public/cpp/lib/connector_impl.h
index 003e3fdd990429704b4348b124aab197712a2203..9ab5bebefd427f8f34ea05de320147011baac915 100644
--- a/services/shell/public/cpp/lib/connector_impl.h
+++ b/services/shell/public/cpp/lib/connector_impl.h
@@ -28,12 +28,10 @@
std::unique_ptr<Connection> Connect(ConnectParams* params) override;
std::unique_ptr<Connector> Clone() override;
- bool BindIfNecessary();
-
mojom::ConnectorPtrInfo unbound_state_;
mojom::ConnectorPtr connector_;
- base::ThreadChecker thread_checker_;
+ std::unique_ptr<base::ThreadChecker> thread_checker_;
DISALLOW_COPY_AND_ASSIGN(ConnectorImpl);
};
« no previous file with comments | « services/shell/public/cpp/interface_registry.h ('k') | services/shell/public/cpp/lib/connector_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698