Index: chrome/browser/ui/views/ash/launcher/launcher_updater.h |
diff --git a/chrome/browser/ui/views/ash/launcher/launcher_updater.h b/chrome/browser/ui/views/ash/launcher/launcher_updater.h |
index 2e0d4c2570d04bcd594dc91b274fb0a52dc25583..fdb7efeedc24ccdd30eab293062423ebd0173763 100644 |
--- a/chrome/browser/ui/views/ash/launcher/launcher_updater.h |
+++ b/chrome/browser/ui/views/ash/launcher/launcher_updater.h |
@@ -134,6 +134,9 @@ class LauncherUpdater : public TabStripModelObserver { |
const std::string app_id_; |
+ // Whether the is associated with an incognito profile. |
+ const bool is_incognito_; |
+ |
// This is one of three possible values: |
// . If type_ == TYPE_APP, this is the ID of the app item. |
// . If type_ == TYPE_TABBED and all the tabs are app tabs this is -1. |