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

Unified Diff: ash/shelf/shelf_icon_observer.h

Issue 2228713003: mash: Convert ShelfView to wm common types, clean up Shelf access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix control reaches end of non-void function warnings Created 4 years, 4 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 | « ash/shelf/shelf.cc ('k') | ash/shelf/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_icon_observer.h
diff --git a/ash/shelf/shelf_icon_observer.h b/ash/shelf/shelf_icon_observer.h
deleted file mode 100644
index 8132a8939e8897bd85667f3cb1ef94a3631a3946..0000000000000000000000000000000000000000
--- a/ash/shelf/shelf_icon_observer.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2013 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.
-
-#ifndef ASH_SHELF_SHELF_ICON_OBSERVER_H_
-#define ASH_SHELF_SHELF_ICON_OBSERVER_H_
-
-#include "ash/ash_export.h"
-
-namespace ash {
-
-class ASH_EXPORT ShelfIconObserver {
- public:
- // Invoked when any icon on shelf changes position.
- virtual void OnShelfIconPositionsChanged() = 0;
-
- protected:
- virtual ~ShelfIconObserver() {}
-};
-
-} // namespace ash
-
-#endif // ASH_SHELF_SHELF_ICON_OBSERVER_H_
« no previous file with comments | « ash/shelf/shelf.cc ('k') | ash/shelf/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698