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

Unified Diff: athena/main/athena_launcher.cc

Issue 571283006: Revert of Use chromeos accelerometer reader and support only lid accelerometer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/athena.gyp ('k') | athena/main/athena_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_launcher.cc
diff --git a/athena/main/athena_launcher.cc b/athena/main/athena_launcher.cc
index f971ae67a4ab78c3ac92b006a25a7d130e6ddbe1..e85975d18f7f1dbe4efdc845c03769717cbca697 100644
--- a/athena/main/athena_launcher.cc
+++ b/athena/main/athena_launcher.cc
@@ -83,7 +83,7 @@
DISALLOW_COPY_AND_ASSIGN(VirtualKeyboardObserver);
};
-void StartAthenaEnv(scoped_refptr<base::TaskRunner> blocking_task_runner) {
+void StartAthenaEnv(scoped_refptr<base::TaskRunner> file_runner) {
athena::AthenaEnv::Create();
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
@@ -109,7 +109,7 @@
athena::InputManager::Create()->OnRootWindowCreated(root_window);
athena::ScreenManager::Create(root_window);
- athena::SystemUI::Create(blocking_task_runner);
+ athena::SystemUI::Create(file_runner);
athena::WindowManager::Create();
athena::AppRegistry::Create();
SetupBackgroundImage();
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698