| Index: chrome/browser/extensions/default_apps.h
|
| diff --git a/chrome/browser/extensions/default_apps.h b/chrome/browser/extensions/default_apps.h
|
| index 7c13c8cda4b057debc485463735913061aa89823..304b0d097264a12c739527f6587ddfb219e80526 100644
|
| --- a/chrome/browser/extensions/default_apps.h
|
| +++ b/chrome/browser/extensions/default_apps.h
|
| @@ -32,6 +32,8 @@ bool ShouldInstallInProfile(Profile* profile);
|
|
|
| bool isLocaleSupported();
|
|
|
| +extern bool isMigration;
|
| +
|
| // Register preference properties used by default apps to maintain
|
| // install state.
|
| void RegisterUserPrefs(PrefService* prefs);
|
|
|