Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3745)

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_list_prefs.h

Issue 2102433002: Filter out ARC notifiers that are not shown in launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698