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

Unified Diff: athena/system/public/system_ui.h

Issue 475533008: Revert of Rotate screen in response to accelerator or device orientation sensors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « athena/system/orientation_controller.cc ('k') | athena/system/system_ui_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/public/system_ui.h
diff --git a/athena/system/public/system_ui.h b/athena/system/public/system_ui.h
index 0032c5483cd176e678549f285b13e71ecc6c1f4b..c1e21d69c69cd8f8d72a70dced2ae795c57e2321 100644
--- a/athena/system/public/system_ui.h
+++ b/athena/system/public/system_ui.h
@@ -6,18 +6,13 @@
#define ATHENA_SYSTEM_PUBLIC_SYSTEM_UI_H_
#include "athena/athena_export.h"
-#include "base/memory/ref_counted.h"
-
-namespace base {
-class TaskRunner;
-}
namespace athena {
class ATHENA_EXPORT SystemUI {
public:
// Creates and deletes the singleton object of the SystemUI implementation.
- static SystemUI* Create(scoped_refptr<base::TaskRunner> io_task_runner);
+ static SystemUI* Create();
static void Shutdown();
virtual ~SystemUI() {}
« no previous file with comments | « athena/system/orientation_controller.cc ('k') | athena/system/system_ui_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698