Chromium Code Reviews| Index: ash/ash_switches.cc |
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
| index a96fafda8c9cd84f7edc63d84a665d99de3a9cb5..bb5feda6fd1f7e5c1e9ce2ebafb65bf7f13fb4f1 100644 |
| --- a/ash/ash_switches.cc |
| +++ b/ash/ash_switches.cc |
| @@ -124,6 +124,9 @@ const char kAshUseFirstDisplayAsInternal[] = |
| // instead of displaying an interactive animation. |
| const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; |
| +// The path to the png file used as an user image. For developers only. |
| +const char kAshUserImagePath[] = "ash-user-image-path"; |
|
Mr4D (OOO till 08-26)
2014/03/14 22:01:30
Wouldn't you get that from the profile?
|
| + |
| #if defined(OS_WIN) |
| // Force Ash to open its root window on the desktop, even on Windows 8 where |
| // it would normally end up in metro. |