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

Unified Diff: chrome/browser/themes/theme_properties.h

Issue 2381283003: Have Chrome draw top window border when using custom titlebar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add include Created 4 years, 2 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 | « no previous file | chrome/browser/themes/theme_service_win.h » ('j') | chrome/browser/themes/theme_service_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_properties.h
diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h
index 7bc6709d6e05582e0d40b9bc826333387d68da42..3f21cc82ebc63faafd4efacfbd097a4663963b8a 100644
--- a/chrome/browser/themes/theme_properties.h
+++ b/chrome/browser/themes/theme_properties.h
@@ -155,6 +155,10 @@ class ThemeProperties {
GRADIENT_TOOLBAR_BUTTON_PRESSED,
GRADIENT_TOOLBAR_BUTTON_PRESSED_INACTIVE,
#endif // OS_MACOSX
+
+#if defined(OS_WIN)
+ COLOR_ACCENT_BORDER,
Peter Kasting 2016/10/06 08:02:46 Nit: Briefly describe what this is.
+#endif // OS_WIN
};
// Used by the browser theme pack to parse alignments from something like
« no previous file with comments | « no previous file | chrome/browser/themes/theme_service_win.h » ('j') | chrome/browser/themes/theme_service_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698