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

Unified Diff: ash/shelf/shelf_util.h

Issue 237963019: Remove remaining window states where window is shown with opacity 0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove forced relayouts in unittests after adding panel shelf icons. Created 6 years, 8 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 | « no previous file | ash/shelf/shelf_util.cc » ('j') | ash/wm/panels/panel_layout_manager_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_util.h
diff --git a/ash/shelf/shelf_util.h b/ash/shelf/shelf_util.h
index f4c4b80e5d8f62e1b5b7c9ce16e716b3cbd20a96..c794c85e647c65f8f89f56403e271b83f9d7605d 100644
--- a/ash/shelf/shelf_util.h
+++ b/ash/shelf/shelf_util.h
@@ -15,6 +15,8 @@ class Window;
namespace ash {
+extern const aura::WindowProperty<ShelfID>* const kShelfID;
sky 2014/04/22 16:06:13 Add description.
flackr 2014/04/22 17:30:38 Done.
+
extern const aura::WindowProperty<ShelfItemDetails*>* const
kShelfItemDetailsKey;
« no previous file with comments | « no previous file | ash/shelf/shelf_util.cc » ('j') | ash/wm/panels/panel_layout_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698