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

Unified Diff: ash/launcher/launcher_model.cc

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: 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
« no previous file with comments | « no previous file | ash/launcher/launcher_types.h » ('j') | ash/launcher/launcher_types.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_model.cc
diff --git a/ash/launcher/launcher_model.cc b/ash/launcher/launcher_model.cc
index 33aa5bb30f3d3d36ca06328031caf05db656af70..76cb46739002d05fe223ca7d7102fbb49876e677 100644
--- a/ash/launcher/launcher_model.cc
+++ b/ash/launcher/launcher_model.cc
@@ -10,8 +10,8 @@
namespace ash {
LauncherModel::LauncherModel() : next_id_(1) {
- Add(0, LauncherItem(TYPE_APP_LIST));
- Add(1, LauncherItem(TYPE_BROWSER_SHORTCUT));
+ Add(0, LauncherItem(TYPE_APP_LIST, false));
+ Add(1, LauncherItem(TYPE_BROWSER_SHORTCUT, false));
}
LauncherModel::~LauncherModel() {
« no previous file with comments | « no previous file | ash/launcher/launcher_types.h » ('j') | ash/launcher/launcher_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698