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

Unified Diff: chromeos/chromeos_paths.h

Issue 780203002: Fix threading bugs in product label UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ImageSource Created 6 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
Index: chromeos/chromeos_paths.h
diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h
index 8d284de818256f2ecb45e47630ed0815e3e0f2c3..750042700417a5acae3f5fb3f9d26962dde54370 100644
--- a/chromeos/chromeos_paths.h
+++ b/chromeos/chromeos_paths.h
@@ -43,6 +43,7 @@ enum {
// device-local accounts.
// Currently this is used for
// policy for extensions.
+ DIR_SHARED_ASSETS, // Directory where shared Chrome OS assets are kept.
satorux1 2014/12/08 00:43:57 Introduction of this seems unnecessary. If we are
michaelpg 2014/12/08 00:58:19 This patch did remove chrome::kChromeOSAssetPath.
PATH_END
};

Powered by Google App Engine
This is Rietveld 408576698