Chromium Code Reviews| Index: src/service.h |
| diff --git a/src/service.h b/src/service.h |
| index 442ea7119b4d59a90394af61e900791a9a24a6a7..dcbeb9fd5561f44e4d9c9724bb9d507770b03daa 100644 |
| --- a/src/service.h |
| +++ b/src/service.h |
| @@ -78,6 +78,7 @@ class Service : public org::chromium::flimflam::Service_proxy, |
| virtual Device* GetDevice() const; |
| // get data plan info, formatted for D-Bus |
| + // filters out inactive (future, expired, or consumed) plans |
| virtual DBusDataPlanList GetDBusDataPlans() const; |
|
rtc
2010/11/23 04:38:58
Same comment about the accessor style. I'm happy w
Vince Laviano
2010/11/23 05:11:04
Done. Added TODO.
|
| // do we think that we're the default service at this time? |