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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10823040: Remove unused files after SignedSettings is dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 3 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/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 453ecbfe3b18bdc5b3cfdb66e981acc73570a07c..9cdccc866e7eebc4e045618914c24ea2822c1a9a 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1067,17 +1067,6 @@ enum NotificationType {
// object.
NOTIFICATION_SCREEN_LOCK_STATE_CHANGED,
- // Sent when an attempt to acquire the public key of the owner of a chromium
- // os device has succeeded.
- NOTIFICATION_OWNER_KEY_FETCH_ATTEMPT_SUCCEEDED,
-
- // Sent when an attempt to acquire the public key of the owner of a chromium
- // os device has failed.
- NOTIFICATION_OWNER_KEY_FETCH_ATTEMPT_FAILED,
-
- // Sent after UserManager checked ownership status of logged in user.
- NOTIFICATION_OWNERSHIP_CHECKED,
-
// Sent by DeviceSettingsService to indicate that the ownership status
// changed. If you can, please use DeviceSettingsService::Observer instead.
// Other singleton-based services can't use that because Observer
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698