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

Unified Diff: ash/shell_factory.h

Issue 10810039: 2nd display should show the same background as login/lock screen: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add OVERRIDE Created 8 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 | « ash/root_window_controller.cc ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_factory.h
diff --git a/ash/shell_factory.h b/ash/shell_factory.h
index 285c303dcadfa551439b2eca9af5417deae75cd2..db6320c1530bbabd925bebac0b64c9e2a7a47805 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -30,7 +30,8 @@ class Widget;
namespace ash {
namespace internal {
-void CreateDesktopBackground(aura::RootWindow* root_window);
+views::Widget* CreateDesktopBackground(aura::RootWindow* root_window,
+ int container_id);
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698