| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index 21e11cda1cd6113babf212cc568c32e806c2bdd1..440829c548339a35ee6cb1eb5123cdb0e41a8b2e 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -376,6 +376,18 @@
|
| <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type="BINDATA" />
|
| <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" type="BINDATA" />
|
| </if>
|
| + <if expr="pp_ifdef('_google_chrome')">
|
| + <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES" file="resources\profile_reset\internal\automatic_profile_reset_rules.dat" type="BINDATA" />
|
| + </if>
|
| + <if expr="pp_ifdef('_google_chrome')">
|
| + <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES_DRY" file="resources\profile_reset\internal\automatic_profile_reset_rules_dry.dat" type="BINDATA" />
|
| + </if>
|
| + <if expr="pp_ifdef('_google_chrome')">
|
| + <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED" file="resources\profile_reset\internal\automatic_profile_reset_hash_seed.dat" type="BINDATA" />
|
| + </if>
|
| + <if expr="pp_ifdef('_google_chrome')">
|
| + <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED_DRY" file="resources\profile_reset\internal\automatic_profile_reset_hash_seed_dry.dat" type="BINDATA" />
|
| + </if>
|
| </includes>
|
| </release>
|
| </grit>
|
|
|