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

Unified Diff: services/resource_coordinator/public/cpp/resource_coordinator_interface.cc

Issue 2958133003: Enable GRC
Patch Set: Rebase Created 3 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/resource_coordinator/public/cpp/resource_coordinator_interface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/resource_coordinator/public/cpp/resource_coordinator_interface.cc
diff --git a/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc b/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc
index 21b2928f86270f189cb84117ee0716cbaffc7b2d..9a8912b40c47c10531bdef108f015dac5b7b35b1 100644
--- a/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc
+++ b/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc
@@ -35,15 +35,6 @@ ResourceCoordinatorInterface::ResourceCoordinatorInterface(
const CoordinationUnitType& type)
: ResourceCoordinatorInterface(connector, type, std::string()) {}
-ResourceCoordinatorInterface::ResourceCoordinatorInterface(
- service_manager::Connector* connector,
- const CoordinationUnitType& type,
- uint64_t id)
- : weak_ptr_factory_(this) {
- CoordinationUnitID new_cu_id(type, id);
- ConnectToService(connector, new_cu_id);
-}
-
ResourceCoordinatorInterface::~ResourceCoordinatorInterface() = default;
void ResourceCoordinatorInterface::ConnectToService(
« no previous file with comments | « services/resource_coordinator/public/cpp/resource_coordinator_interface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698