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

Unified Diff: ash/test/launcher_view_test_api.h

Issue 22291003: ash:Shelf Update Alternate Layout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nl Created 7 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/system/web_notification/web_notification_tray.cc ('k') | ash/test/launcher_view_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/launcher_view_test_api.h
diff --git a/ash/test/launcher_view_test_api.h b/ash/test/launcher_view_test_api.h
index 35cb44408804ccd7f27ca036e80da8b7e2687238..0162f7f653eab1f70c6623ca502af1977502ba05 100644
--- a/ash/test/launcher_view_test_api.h
+++ b/ash/test/launcher_view_test_api.h
@@ -5,6 +5,7 @@
#ifndef ASH_TEST_LAUNCHER_VIEW_TEST_API_H_
#define ASH_TEST_LAUNCHER_VIEW_TEST_API_H_
+#include "ash/launcher/launcher_types.h"
#include "base/basictypes.h"
namespace gfx {
@@ -54,6 +55,9 @@ class LauncherViewTestAPI {
// An accessor for |launcher_view|.
internal::LauncherView* launcher_view() { return launcher_view_; }
+ // Wrapper for LauncherView::SameDragType.
+ bool SameDragType(LauncherItemType typea, LauncherItemType typeb) const;
+
private:
internal::LauncherView* launcher_view_;
« no previous file with comments | « ash/system/web_notification/web_notification_tray.cc ('k') | ash/test/launcher_view_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698