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

Unified Diff: chromeos/components/tether/initializer.h

Issue 2961733002: [CrOS Tether] Remove spammy log from Initializer. (Closed)
Patch Set: hansberry@ comments. Created 3 years, 6 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/initializer.h
diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
index db1449f8c35e08e8140cdd8b36b58f0123592c3c..a1b69446d5ed40d5baac6383035ac83a15455b46 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -56,7 +56,8 @@ class WifiHotspotConnector;
// Initializes the Tether Chrome OS component.
class Initializer : public OAuth2TokenService::Observer {
public:
- // Initializes the tether feature.
+ // Initializes the tether feature. If the feature has already been
+ // initialized, this function is a no-op.
static void Init(
cryptauth::CryptAuthService* cryptauth_service,
std::unique_ptr<NotificationPresenter> notification_presenter,
« no previous file with comments | « chrome/browser/chromeos/tether/tether_service_unittest.cc ('k') | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698