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

Unified Diff: chrome/common/url_constants.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: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index c828a726b77289f9838dc9e122635564b22fb9e8..fbf211eab081bc2d74f84575aeb27fe06779dace 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -298,7 +298,6 @@ extern const char kOnlineEulaURLPath[];
extern const char kChromeOSCreditsPath[];
extern const char kChromeOSAssetHost[];
-extern const char kChromeOSAssetPath[];
#endif
#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)

Powered by Google App Engine
This is Rietveld 408576698