From e4bb8217d6597b314ad7b628dba5584b7a794874 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Sat, 3 Apr 2010 00:37:28 +0000 Subject: Revert. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43556 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/status_icons/status_tray_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/status_icons') diff --git a/chrome/browser/status_icons/status_tray_manager.cc b/chrome/browser/status_icons/status_tray_manager.cc index 4040a51..b5465c3 100644 --- a/chrome/browser/status_icons/status_tray_manager.cc +++ b/chrome/browser/status_icons/status_tray_manager.cc @@ -23,7 +23,7 @@ StatusTrayManager::~StatusTrayManager() { } void StatusTrayManager::Init(Profile* profile) { -#if !defined(OS_CHROMEOS) +#if !defined(OS_LINUX) DCHECK(profile); profile_ = profile; status_tray_.reset(StatusTray::Create()); -- cgit v1.1