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

Unified Diff: ash/launcher/launcher_types.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
« no previous file with comments | « ash/launcher/launcher_model.cc ('k') | ash/launcher/launcher_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index 1bc0f781051a187f864784545d0c966b8daf2a0d..403f80281ecc1255f43dec1712ace3a06d7f5397 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -43,7 +43,6 @@ enum ASH_EXPORT LauncherItemStatus {
struct ASH_EXPORT LauncherItem {
LauncherItem();
- explicit LauncherItem(LauncherItemType type);
~LauncherItem();
LauncherItemType type;
@@ -51,6 +50,9 @@ struct ASH_EXPORT LauncherItem {
// Number of tabs. Only used if this is TYPE_TABBED.
int num_tabs;
+ // Whether it is incognito. Only used if this is TYPE_TABBED.
+ bool is_incognito;
+
// Image to display in the launcher. If this item is TYPE_TABBED the image is
// a favicon image.
SkBitmap image;
« no previous file with comments | « ash/launcher/launcher_model.cc ('k') | ash/launcher/launcher_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698