| Index: components/ntp_tiles/constants.h
|
| diff --git a/components/ntp_tiles/constants.h b/components/ntp_tiles/constants.h
|
| index 8c50a99d7119e902255cbbec20dff66040755975..944269d96d7fa12b43252350c5830d374a3577fc 100644
|
| --- a/components/ntp_tiles/constants.h
|
| +++ b/components/ntp_tiles/constants.h
|
| @@ -9,7 +9,9 @@ namespace ntp_tiles {
|
|
|
| // Name of the field trial to configure PopularSites.
|
| extern const char kPopularSitesFieldTrialName[];
|
| +// Name of the param in the popular sites field trial to disable static content.
|
| +extern const char kEnableBakedInSitesParamName[];
|
|
|
| } // namespace ntp_tiles
|
|
|
| -#endif
|
| +#endif // COMPONENTS_NTP_TILES_CONSTANTS_H_
|
|
|