Chromium Code Reviews| Index: chrome/browser/ui/ash/system_tray_delegate_linux.h |
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_linux.h b/chrome/browser/ui/ash/system_tray_delegate_linux.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1e8853e9332bbaaa71fb093969aa3280c0e13891 |
| --- /dev/null |
| +++ b/chrome/browser/ui/ash/system_tray_delegate_linux.h |
| @@ -0,0 +1,14 @@ |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
James Cook
2014/05/29 21:49:11
nit: 2014
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_LINUX_H_ |
| +#define CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_LINUX_H_ |
| + |
| +namespace ash { |
| +class SystemTrayDelegate; |
| +} |
| + |
| +ash::SystemTrayDelegate* CreateLinuxSystemTrayDelegate(); |
| + |
| +#endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_LINUX_H_ |