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

Unified Diff: content/shell/shell_browser_main_parts.h

Issue 19957002: Run the later parts of startup as UI thread tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run the later parts of startup as UI thread tasks - Jam's nits Created 7 years, 5 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 | « content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_browser_main_parts.h
diff --git a/content/shell/shell_browser_main_parts.h b/content/shell/shell_browser_main_parts.h
index 8ba4c1fd48fff6205887bd7944974cca8c307e70..25a4449ef8a117163d5cda344275da3d4a8fe1e3 100644
--- a/content/shell/shell_browser_main_parts.h
+++ b/content/shell/shell_browser_main_parts.h
@@ -8,6 +8,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/browser_main_parts.h"
+#include "content/public/common/main_function_params.h"
namespace base {
class Thread;
@@ -22,7 +23,6 @@ namespace content {
class ShellBrowserContext;
class ShellDevToolsDelegate;
class ShellPluginServiceFilter;
-struct MainFunctionParams;
class ShellBrowserMainParts : public BrowserMainParts {
public:
@@ -54,7 +54,7 @@ class ShellBrowserMainParts : public BrowserMainParts {
scoped_ptr<ShellBrowserContext> off_the_record_browser_context_;
// For running content_browsertests.
- const MainFunctionParams& parameters_;
+ const MainFunctionParams parameters_;
bool run_message_loop_;
scoped_ptr<ShellDevToolsDelegate> devtools_delegate_;
« no previous file with comments | « content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698