diff options
author | mukai <mukai@chromium.org> | 2014-11-24 19:23:35 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-25 03:24:35 +0000 |
commit | d5e8fd97be07ca0b391c5f94293423503513b51a (patch) | |
tree | 6ec1c1219b0be246d23a9606f9a157270949dcb3 /ash/ash_switches.h | |
parent | 5c5b7fbc336416a0d9923329df0f428cc72ec293 (diff) | |
download | chromium_src-d5e8fd97be07ca0b391c5f94293423503513b51a.zip chromium_src-d5e8fd97be07ca0b391c5f94293423503513b51a.tar.gz chromium_src-d5e8fd97be07ca0b391c5f94293423503513b51a.tar.bz2 |
Add AppListView::InitAsFramelessWindow() for fullscreen view.
This CL is for the fullscreen view mode of experimental applist
which will look similar to Athena's home card.
- Allow supporting to init as a non-bubble widget. Especially,
in that case it won't have BubbleFrameView().
- Create InitContents() for the views initialization and separate
it from bubble initialization.
- |overlay_view_| as a custom view class, to put the property
initialization into its ctor.
- Layout() needs to centralize the contents if it's wider.
BUG=434113
R=mgiuca@chromium.org, flackr@chromium.org
TEST=manually
Review URL: https://codereview.chromium.org/734833002
Cr-Commit-Position: refs/heads/master@{#305574}
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 9e2c11d..0e8842b 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -28,6 +28,7 @@ ASH_EXPORT extern const char kAshDisableLockLayoutManager[]; ASH_EXPORT extern const char kAshDisableTextFilteringInOverviewMode[]; ASH_EXPORT extern const char kAshDisableTouchExplorationMode[]; #if defined(OS_CHROMEOS) +ASH_EXPORT extern const char kAshEnableFullscreenAppList[]; ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[]; #endif ASH_EXPORT extern const char kAshEnableMirroredScreen[]; |