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

Unified Diff: ash/test/root_window_controller_test_api_chromeos.h

Issue 240333007: wip: Second crack at implementing the touch exploration mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a flag to disable the touch exploration mode. Created 6 years, 8 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/root_window_controller_test_api_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/root_window_controller_test_api_chromeos.h
diff --git a/ash/test/root_window_controller_test_api_chromeos.h b/ash/test/root_window_controller_test_api_chromeos.h
new file mode 100644
index 0000000000000000000000000000000000000000..3bf6318ae7973b29f6a8d2534e1b5680ecfe00df
--- /dev/null
+++ b/ash/test/root_window_controller_test_api_chromeos.h
@@ -0,0 +1,31 @@
+// Copyright (c) 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef ASH_TEST_ROOT_WINDOW_CONTROLLER_TEST_API_CHROMEOS_H_
+#define ASH_TEST_ROOT_WINDOW_CONTROLLER_TEST_API_CHROMEOS_H_
+
+#include "base/basictypes.h"
+
+namespace ash {
+class RootWindowController;
+
+namespace test {
+
+class RootWindowControllerTestApi {
+ public:
+ RootWindowControllerTestApi(RootWindowController* root_window_controller);
+ virtual ~RootWindowControllerTestApi();
+
+ void UpdateTouchExplorationState();
+
+ private:
+ RootWindowController* root_window_controller_;
+
+ DISALLOW_COPY_AND_ASSIGN(RootWindowControllerTestApi);
+};
+
+} // namespace test
+} // namespace ash
+
+#endif // ASH_TEST_ROOT_WINDOW_CONTROLLER_TEST_API_CHROMEOS_H_
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/test/root_window_controller_test_api_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698