| Index: chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
|
| index c4f9f2fb95ce72f415003b323b02b391fb8b4f80..b00e1659f32d8d28667355045a8be612bb4d2c31 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
|
| @@ -81,13 +81,15 @@ class ArcAppListPrefs : public KeyedService,
|
| int32_t package_version,
|
| int64_t last_backup_android_id,
|
| int64_t last_backup_time,
|
| - bool should_sync);
|
| + bool should_sync,
|
| + bool system);
|
|
|
| std::string package_name;
|
| int32_t package_version;
|
| int64_t last_backup_android_id;
|
| int64_t last_backup_time;
|
| bool should_sync;
|
| + bool system;
|
| };
|
|
|
| class Observer {
|
|
|