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

Unified Diff: ash/test/test_shell_delegate.h

Issue 254673004: Add LockLayoutManager responsible for lock container (login/lock). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix crash Created 6 years, 6 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/root_window_controller.cc ('k') | ash/test/test_shell_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shell_delegate.h
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index d92f80dc9e1bc2d39039e8bd6239dd45705bfd97..01416170044a9a0a6a170ef2de356adb6f35deb8 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -11,6 +11,7 @@
#include "ash/shell_delegate.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
+#include "base/observer_list.h"
namespace keyboard {
class KeyboardControllerProxy;
@@ -76,6 +77,8 @@ class TestShellDelegate : public ShellDelegate {
scoped_ptr<content::BrowserContext> active_browser_context_;
+ ObserverList<ash::VirtualKeyboardStateObserver> keyboard_state_observer_list_;
+
TestSessionStateDelegate* test_session_state_delegate_; // Not owned.
DISALLOW_COPY_AND_ASSIGN(TestShellDelegate);
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/test/test_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698