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

Unified Diff: chrome/browser/chromeos/tether/tether_service.cc

Issue 2861583002: [CrOS Tether] Open the Tether settings page when a tether notification body is clicked. (Closed)
Patch Set: stevenjb@ comments. Created 3 years, 8 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 | « chrome/browser/chromeos/net/tether_notification_presenter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/tether/tether_service.cc
diff --git a/chrome/browser/chromeos/tether/tether_service.cc b/chrome/browser/chromeos/tether/tether_service.cc
index 1154a9f9a7ac3dfbc76c743a086fe98493c25764..5ef5c5cb76759041cb0f9646353794b96a4e102b 100644
--- a/chrome/browser/chromeos/tether/tether_service.cc
+++ b/chrome/browser/chromeos/tether/tether_service.cc
@@ -68,7 +68,7 @@ void TetherService::StartTetherIfEnabled() {
auto notification_presenter =
base::MakeUnique<chromeos::tether::TetherNotificationPresenter>(
- message_center::MessageCenter::Get(),
+ profile_, message_center::MessageCenter::Get(),
chromeos::NetworkConnect::Get());
chromeos::tether::Initializer::Init(
cryptauth_service_, std::move(notification_presenter),
« no previous file with comments | « chrome/browser/chromeos/net/tether_notification_presenter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698