| Index: athena/home/public/home_card.h
|
| diff --git a/athena/home/public/home_card.h b/athena/home/public/home_card.h
|
| index 8658d367643dbb09e619caabbb6a06fc28a59101..5f3c1b2345c9ac7ed8dc5e23f729ed3e0638dbcb 100644
|
| --- a/athena/home/public/home_card.h
|
| +++ b/athena/home/public/home_card.h
|
| @@ -44,8 +44,9 @@ class ATHENA_EXPORT HomeCard {
|
|
|
| virtual ~HomeCard() {}
|
|
|
| - // Update the current state of the home card to |state|.
|
| + // Updates/gets the current state of the home card.
|
| virtual void SetState(State state) = 0;
|
| + virtual State GetState() = 0;
|
|
|
| // Registers a search_provider to the HomeCard. Receiver will take
|
| // the ownership of the specified provider.
|
|
|