Chromium Code Reviews| Index: chrome/browser/ui/views/status_icons/status_tray_linux.cc |
| diff --git a/chrome/browser/ui/views/status_icons/status_tray_linux.cc b/chrome/browser/ui/views/status_icons/status_tray_linux.cc |
| index 9fc274a2b35dd9ae290e13ac8fe182b600ba4ffd..00bdb1bc10e3e762df843a7995c4497890ae4a6b 100644 |
| --- a/chrome/browser/ui/views/status_icons/status_tray_linux.cc |
| +++ b/chrome/browser/ui/views/status_icons/status_tray_linux.cc |
| @@ -4,7 +4,11 @@ |
| #include "chrome/browser/status_icons/status_tray.h" |
| +#if !defined(OS_CHROMEOS) |
|
Andrew T Wilson (Slow)
2011/11/17 21:32:31
I have no strong objections to this, but it's some
Leandro GraciĆ” Gil
2011/11/17 22:42:45
This was checked this with Steven because of link
|
| + |
| // Status icons are not currently supported on linux/views or Aura. |
| StatusTray* StatusTray::Create() { |
| return NULL; |
| } |
| + |
| +#endif |