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

Unified Diff: athena/main/athena_launcher.h

Issue 490033003: Fixes three crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add file thread 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/home/home_card_impl.cc ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_launcher.h
diff --git a/athena/main/athena_launcher.h b/athena/main/athena_launcher.h
index 66a853c6c60598c4c0abb1a77259648ed24b3984..b912e9dcb1e6094a9d8c91f3b12986774cfa8826 100644
--- a/athena/main/athena_launcher.h
+++ b/athena/main/athena_launcher.h
@@ -5,6 +5,12 @@
#ifndef ATHENA_MAIN_ATHENA_LAUNCHER_H_
#define ATHENA_MAIN_ATHENA_LAUNCHER_H_
+#include "base/memory/ref_counted.h"
+
+namespace base {
+class TaskRunner;
+}
+
namespace aura {
class Window;
}
@@ -20,7 +26,8 @@ class ScreenManagerDelegate;
// Starts/shuts down the athena shell environment.
void StartAthenaEnv(aura::Window* root_window,
- ScreenManagerDelegate* screen_manager_delegate);
+ ScreenManagerDelegate* screen_manager_delegate,
+ scoped_refptr<base::TaskRunner> file_runner);
void StartAthenaSessionWithContext(content::BrowserContext* context);
« no previous file with comments | « athena/home/home_card_impl.cc ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698