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

Unified Diff: src/connman.h

Issue 6294001: Added support for GSM in the modemmgr plugin. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: Add a string mapping for NETWORK_TECHNOLOGY_GSM Created 9 years, 11 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 | « plugins/modemmgr.c ('k') | src/device.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/connman.h
diff --git a/src/connman.h b/src/connman.h
index dee0fd5e7887b9d07f68458bf3ecc295e6ecffba..35fd37b016529a71ee75ffe8c1fc4afa6d8d06c8 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -276,8 +276,6 @@ void __connman_device_cleanup(void);
enum connman_service_type __connman_device_get_service_type(struct connman_device *device);
-void __connman_device_set_modem_update_time(struct connman_device *device);
-
int __connman_device_get_phyindex(struct connman_device *device);
void __connman_device_set_phyindex(struct connman_device *device,
int phyindex);
« no previous file with comments | « plugins/modemmgr.c ('k') | src/device.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698