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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_chromeos.cc

Issue 9717014: More chrome_browser.gypi cleanup once chromeos_gtk is gone. (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
« no previous file with comments | « chrome/browser/ui/views/status_icons/status_tray_chromeos.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/status_icons/status_tray_chromeos.cc
diff --git a/chrome/browser/ui/views/status_icons/status_tray_chromeos.cc b/chrome/browser/ui/views/status_icons/status_tray_chromeos.cc
deleted file mode 100644
index 577e92b439e94e2bed6768521eb5b738731ad287..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/status_icons/status_tray_chromeos.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/views/status_icons/status_tray_chromeos.h"
-
-#include "chrome/browser/status_icons/status_tray.h"
-#include "chrome/browser/ui/views/status_icons/status_icon_chromeos.h"
-
-StatusTray* StatusTray::Create() {
- return new StatusTrayChromeOS();
-}
-
-StatusTrayChromeOS::StatusTrayChromeOS() {
-}
-
-StatusTrayChromeOS::~StatusTrayChromeOS() {
-}
-
-StatusIcon* StatusTrayChromeOS::CreatePlatformStatusIcon() {
- return new StatusIconChromeOS();
-}
« no previous file with comments | « chrome/browser/ui/views/status_icons/status_tray_chromeos.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698