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

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

Issue 2883283004: Merged Tether and cellular network types in System Tray. (Closed)
Patch Set: Merged Tether and cellular network types in System Tray. Created 3 years, 7 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: chrome/browser/chromeos/tether/tether_service.h
diff --git a/chrome/browser/chromeos/tether/tether_service.h b/chrome/browser/chromeos/tether/tether_service.h
index 814f4bf1bdb88237a153f9aec1734ac4b95537a5..33f284ae7477b767ea1cbceacb8ce91232032cc9 100644
--- a/chrome/browser/chromeos/tether/tether_service.h
+++ b/chrome/browser/chromeos/tether/tether_service.h
@@ -91,6 +91,8 @@ class TetherService : public KeyedService,
bool IsBluetoothAvailable() const;
+ bool IsCellularAvailableButNotEnabled() const;
+
// Whether Tether hosts are available.
bool HasSyncedTetherHosts() const;

Powered by Google App Engine
This is Rietveld 408576698