diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 05:13:59 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 05:13:59 +0000 |
commit | 3f13cf1bb818c511a30b01730b27064b6908d40a (patch) | |
tree | 4dcba0d4be32cc2ab132f2189a2c85a876d8f484 /ash/shelf | |
parent | 5ebaa97366a34d6ac85685ee62c9cddf1df4b860 (diff) | |
download | chromium_src-3f13cf1bb818c511a30b01730b27064b6908d40a.zip chromium_src-3f13cf1bb818c511a30b01730b27064b6908d40a.tar.gz chromium_src-3f13cf1bb818c511a30b01730b27064b6908d40a.tar.bz2 |
* Remove unnecessary SetProperty(kStayInSameRootWindowKey)
This is set in container now, so no need to set individual window underneath.
* Set kStayInSameRootWindowKey to ShelfContainer, to be consistent with other containers.
* Rename launcher_container to shelf_container in RWC.cc.
BUG=256747
Review URL: https://chromiumcodereview.appspot.com/18688003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shelf')
-rw-r--r-- | ash/shelf/shelf_widget.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc index 1f83de4..7c478c7 100644 --- a/ash/shelf/shelf_widget.cc +++ b/ash/shelf/shelf_widget.cc @@ -491,7 +491,6 @@ ShelfWidget::ShelfWidget(aura::Window* shelf_container, new internal::StatusAreaLayoutManager(this)); views::Widget::AddObserver(this); - GetNativeView()->SetProperty(internal::kStayInSameRootWindowKey, true); } ShelfWidget::~ShelfWidget() { |