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

Unified Diff: ash/shell_delegate.h

Issue 11829040: Fix the content_browsertests everywhere maybe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix SimpleMessageBoxViews asan failure. Created 7 years, 11 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
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 6a9dd08bb1c6551ae5aa1223a6e9bf818a14e627..11482d528c9fa796c3a7574a612c186cc1797e65 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -22,7 +22,6 @@ namespace aura {
class RootWindow;
class Window;
namespace client {
-class StackingClient;
class UserActionClient;
}
}
@@ -219,9 +218,6 @@ class ASH_EXPORT ShellDelegate {
// Creates a menu model of the context for the |root_window|.
virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root_window) = 0;
- // Creates the stacking client. Shell takes ownership of the object.
- virtual aura::client::StackingClient* CreateStackingClient() = 0;
-
// Creates a root window host factory. Shell takes ownership of the returned
// value.
virtual RootWindowHostFactory* CreateRootWindowHostFactory() = 0;

Powered by Google App Engine
This is Rietveld 408576698