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

Unified Diff: ash/ash_switches.cc

Issue 200483004: Show avatar icon on V2 app's frame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
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.

Powered by Google App Engine
This is Rietveld 408576698