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

Unified Diff: ash/shell_init_params.h

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Restore mash Created 4 years 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/shell/content/client/shell_browser_main_parts.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_init_params.h
diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h
index 8cff2f1d9567887f8b82090d0f70789a3c9d61e4..58495908a60b9283a8bf4921f600ee200ff6ae2b 100644
--- a/ash/shell_init_params.h
+++ b/ash/shell_init_params.h
@@ -22,6 +22,7 @@ class ShellDelegate;
struct ASH_EXPORT ShellInitParams {
ShellDelegate* delegate = nullptr;
ui::ContextFactory* context_factory = nullptr;
+ ui::ContextFactoryPrivate* context_factory_private = nullptr;
base::SequencedWorkerPool* blocking_pool = nullptr;
};
« no previous file with comments | « ash/shell/content/client/shell_browser_main_parts.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698