| Index: athena/home/home_card_constants.h
|
| diff --git a/athena/home/home_card_constants.h b/athena/home/home_card_constants.h
|
| index 57520ec4a718a01b0a67d1835d0280e0aa6df3d4..9c6878c6a2a433ad343633c83a2c89f1048a5ca8 100644
|
| --- a/athena/home/home_card_constants.h
|
| +++ b/athena/home/home_card_constants.h
|
| @@ -15,6 +15,9 @@ ATHENA_EXPORT extern const int kHomeCardHeight;
|
| // The height of the home card of MINIMIZED state.
|
| ATHENA_EXPORT extern const int kHomeCardMinimizedHeight;
|
|
|
| +// The view ID for the seach box in the home card.
|
| +ATHENA_EXPORT extern const int kHomeCardSearchBoxId;
|
| +
|
| } // namespace athena
|
|
|
| #endif // ATHENA_HOME_HOME_CARD_CONSTANTS_H_
|
|
|