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

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: Code review fixes 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..534bb230f976e89edf6715b850386caa141ac1ca 100644
--- a/chrome/browser/ui/views/ash/launcher/launcher_updater.h
+++ b/chrome/browser/ui/views/ash/launcher/launcher_updater.h
@@ -113,7 +113,7 @@ class LauncherUpdater : public TabStripModelObserver {
void RegisterAppItem(ash::LauncherID id, TabContentsWrapper* tab);
// Creates a tabbed launcher item.
- void CreateTabbedItem();
+ void CreateTabbedItem(bool is_private);
// Returns true if this LauncherUpdater created the launcher item with the
// specified id. Returns true if it did. If the id corresponds to an app tab,

Powered by Google App Engine
This is Rietveld 408576698