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

Unified Diff: chrome/common/notification_type.h

Issue 660349: First cut at custom user style sheets. (Closed)
Patch Set: compile Created 10 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 700ffb186dfb101a2d58c5a3769ac4c20722d8ec..2d288c90bd1763cd00a46ce4e2c8b531f29a69d4 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -662,6 +662,11 @@ class NotificationType {
// pointer to SharedMemory containing the new scripts.
USER_SCRIPTS_UPDATED,
+ // User Style Sheet --------------------------------------------------------
+
+ // Sent when the user style sheet has changed.
+ USER_STYLE_SHEET_UPDATED,
+
// Extensions --------------------------------------------------------------
// Sent when the known installed extensions have all been loaded. In
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698