Chromium Code Reviews| Index: chrome/browser/chromeos/policy/consumer_management_service.h |
| diff --git a/chrome/browser/chromeos/policy/consumer_management_service.h b/chrome/browser/chromeos/policy/consumer_management_service.h |
| index 1c3806d84d4915498459372520fb3ad9172e84db..947ea55a436d3fcf3304ea3a12ba4657707710f7 100644 |
| --- a/chrome/browser/chromeos/policy/consumer_management_service.h |
| +++ b/chrome/browser/chromeos/policy/consumer_management_service.h |
| @@ -99,6 +99,10 @@ class ConsumerManagementService |
| // Returns the string value of the status. |
| std::string GetStatusString() const; |
| + // A convenient method that returns true if the status is enrolled or |
|
bartfab (slow)
2014/11/28 13:25:17
Nit: s/convenient/convenience/
davidyu
2014/12/01 17:05:21
Done.
|
| + // unenrolling. |
| + bool IsManaged() const; |
| + |
| // Returns the stage. |
| virtual ConsumerManagementStage GetStage() const; |