From e4f565bec6ebdba25011bf778b49fd618e6a5d1e Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Tue, 6 Apr 2010 16:36:46 +0000 Subject: gtk: Implement status icons on linux. (Retry with less build breakage this time.) BUG=37375 TEST=out/Debug/unit_tests --gtest_filter=StatusTrayGtkTest.* Patch from Thiago Farina Review URL: http://codereview.chromium.org/1421001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43721 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 b5465c3..7a8a779 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_LINUX) +#if !(defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) DCHECK(profile); profile_ = profile; status_tray_.reset(StatusTray::Create()); -- cgit v1.1