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

Unified Diff: athena/home/home_card_delegate_view.h

Issue 306083005: Replace the HomeCard by the AppList in Athena. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 7 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
Index: athena/home/home_card_delegate_view.h
diff --git a/athena/home/home_card_delegate_view.h b/athena/home/home_card_delegate_view.h
deleted file mode 100644
index d4569b168ab64b4e055ac40168d68333b1952a06..0000000000000000000000000000000000000000
--- a/athena/home/home_card_delegate_view.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2014 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 ATHENA_HOME_HOME_CARD_DELEGATE_VIEW_H_
-#define ATHENA_HOME_HOME_CARD_DELEGATE_VIEW_H_
-
-#include "ui/views/view.h"
-#include "ui/views/widget/widget_delegate.h"
-
-namespace athena {
-
-class HomeCardDelegateView : public views::WidgetDelegate, public views::View {
- public:
- HomeCardDelegateView();
- virtual ~HomeCardDelegateView();
-
- private:
- // views::View
- virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
-
- // views::WidgetDelegate:
- virtual void DeleteDelegate() OVERRIDE;
- virtual views::Widget* GetWidget() OVERRIDE;
- virtual const views::Widget* GetWidget() const OVERRIDE;
- virtual views::View* GetContentsView() OVERRIDE;
-
- DISALLOW_COPY_AND_ASSIGN(HomeCardDelegateView);
-};
-
-} // namespace athena
-
-#endif // ATHENA_HOME_HOME_CARD_DELEGATE_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698