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

Unified Diff: ash/shell/shell_main.cc

Issue 9630002: Ash: Remove compact window mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OpaqueBrowserFrameView, MultipleWindowIndicatorButton Created 8 years, 9 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/shell.cc ('k') | ash/shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/shell_main.cc
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc
index ada50274bb75461b956d93c21dc4221f5a4bea57..c1c6d83efa0668da8803b43f0846d34568f0ac31 100644
--- a/ash/shell/shell_main.cc
+++ b/ash/shell/shell_main.cc
@@ -183,8 +183,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
}
std::vector<aura::Window*> GetCycleWindowList(
- CycleSource source,
- CycleOrder order) const OVERRIDE {
+ CycleSource source) const OVERRIDE {
aura::Window* default_container = ash::Shell::GetInstance()->GetContainer(
ash::internal::kShellWindowId_DefaultContainer);
std::vector<aura::Window*> windows = default_container->children();
@@ -209,11 +208,6 @@ class ShellDelegateImpl : public ash::ShellDelegate {
return NULL;
}
- virtual bool GetOverrideWindowMode(
- ash::Shell::WindowMode* window_mode) OVERRIDE {
- return false;
- }
-
private:
// Used to update Launcher. Owned by main.
WindowWatcher* watcher_;
« no previous file with comments | « ash/shell.cc ('k') | ash/shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698