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

Unified Diff: athena/home/minimized_home.h

Issue 397343003: Introduce centered view and bottom view for home card. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 5 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/minimized_home.h
diff --git a/athena/home/minimized_home.h b/athena/home/minimized_home.h
index 755a3c8ab59f502e4de75c346f0209064d18a61b..9276e379e2a1dc898e8e4621bc58b0a9f41f694d 100644
--- a/athena/home/minimized_home.h
+++ b/athena/home/minimized_home.h
@@ -5,12 +5,8 @@
#ifndef ATHENA_HOME_MINIMIZED_HOME_H_
#define ATHENA_HOME_MINIMIZED_HOME_H_
-namespace aura {
-class Window;
-}
-
namespace views {
-class Widget;
+class View;
}
namespace athena {
@@ -22,10 +18,9 @@ class MinimizedHomeDragDelegate {
virtual void OnDragUpCompleted() = 0;
};
-// Note that |delegate| is guaranteed to be alive as long as the returned widget
+// Note that |delegate| is guaranteed to be alive as long as the returned view
// is alive.
-views::Widget* CreateMinimizedHome(aura::Window* container,
- MinimizedHomeDragDelegate* delegate);
+views::View* CreateMinimizedHome(MinimizedHomeDragDelegate* delegate);
} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698