diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 14:57:39 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 14:57:39 +0000 |
commit | 58482fa71a6f927029feecacb576101486dd023b (patch) | |
tree | b7bb4cea8920886cbf2d9526d8c26cdab7b669be /ash/shell/shell_main.cc | |
parent | 2712116dfb62e2e6794aa7878b65f130b337104f (diff) | |
download | chromium_src-58482fa71a6f927029feecacb576101486dd023b.zip chromium_src-58482fa71a6f927029feecacb576101486dd023b.tar.gz chromium_src-58482fa71a6f927029feecacb576101486dd023b.tar.bz2 |
Remove the singleton instance get/delete methods from RootWindow (yay)
http://crbug.com/112131
TEST=none
Review URL: http://codereview.chromium.org/9535025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/shell_main.cc')
-rw-r--r-- | ash/shell/shell_main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc index 34611d3..a5dbccf 100644 --- a/ash/shell/shell_main.cc +++ b/ash/shell/shell_main.cc @@ -268,7 +268,6 @@ int main(int argc, char** argv) { ash::Shell::DeleteInstance(); - aura::RootWindow::DeleteInstance(); aura::Env::DeleteInstance(); ui::CompositorTestSupport::Terminate(); |