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

Unified Diff: chrome/browser/ui/views/ash/launcher/launcher_updater.h

Issue 9649013: Show a different icon in the launcher for incognito windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Re-upload Created 8 years, 9 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/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.

Powered by Google App Engine
This is Rietveld 408576698