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

Unified Diff: chromeos/components/tether/BUILD.gn

Issue 2975483002: [CrOS Tether] Disconnect cleanly from active Tether networks when the user logs out or the Tether c… (Closed)
Patch Set: hansberry@ comment. 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
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index fd5cc912188b157f89e5808ab47a7249177cbc5a..ddbc1d10b2a974b4033f2911b377821410eedad4 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -60,8 +60,9 @@ static_library("tether") {
"pref_names.h",
"tether_connector.cc",
"tether_connector.h",
- "tether_disconnector.cc",
"tether_disconnector.h",
+ "tether_disconnector_impl.cc",
+ "tether_disconnector_impl.h",
"tether_host_fetcher.cc",
"tether_host_fetcher.h",
"tether_host_response_recorder.cc",
@@ -159,7 +160,7 @@ source_set("unit_tests") {
"network_configuration_remover_unittest.cc",
"network_connection_handler_tether_delegate_unittest.cc",
"tether_connector_unittest.cc",
- "tether_disconnector_unittest.cc",
+ "tether_disconnector_impl_unittest.cc",
"tether_host_fetcher_unittest.cc",
"tether_host_response_recorder_unittest.cc",
"tether_network_disconnection_handler_unittest.cc",
« no previous file with comments | « chrome/browser/chromeos/tether/tether_service_unittest.cc ('k') | chromeos/components/tether/fake_tether_host_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698