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

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

Issue 9692021: Revert 126256 - Show a different icon in the launcher for incognito windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
Index: chrome/browser/ui/views/ash/launcher/chrome_launcher_delegate.h
===================================================================
--- chrome/browser/ui/views/ash/launcher/chrome_launcher_delegate.h (revision 126259)
+++ chrome/browser/ui/views/ash/launcher/chrome_launcher_delegate.h (working copy)
@@ -43,12 +43,6 @@
APP_TYPE_TAB
};
- // Indicates if a launcher item is incognito or not.
- enum IncognitoState {
- STATE_INCOGNITO,
- STATE_NOT_INCOGNITO,
- };
-
// Interface used to load app icons. This is in it's own class so that it can
// be mocked.
class AppIconLoader {
@@ -81,8 +75,7 @@
static void RegisterUserPrefs(PrefService* user_prefs);
// Creates a new tabbed item on the launcher for |updater|.
- ash::LauncherID CreateTabbedLauncherItem(LauncherUpdater* updater,
- IncognitoState is_incognito);
+ ash::LauncherID CreateTabbedLauncherItem(LauncherUpdater* updater);
// Creates a new app item on the launcher for |updater|. If there is an
// existing pinned app that isn't running on the launcher, its id is returned.
« no previous file with comments | « ash/launcher/tabbed_launcher_button.cc ('k') | chrome/browser/ui/views/ash/launcher/chrome_launcher_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698