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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 399303003: Eliminate use of sim unlock UI notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index eddec14051a48e281a4b31b03c3b30772d823fc5..8810e5ad8a2028888f473e19596d2c54cae42b8b 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -767,18 +767,6 @@ enum NotificationType {
// Other singleton-based services can't use that because Observer
// unregistration is impossible due to unpredictable deletion order.
NOTIFICATION_OWNERSHIP_STATUS_CHANGED,
-
- // Sent by SIM unlock dialog when it has finished with the process of
- // updating RequirePin setting. RequirePin setting might have been changed
- // to a new value or update might have been canceled.
- // In either case notification is sent and details contain a bool
- // that represents current value.
- NOTIFICATION_REQUIRE_PIN_SETTING_CHANGE_ENDED,
-
- // Sent by SIM unlock dialog when it has finished the EnterPin or
- // EnterPuk dialog, either because the user cancelled, or entered a
- // PIN or PUK.
- NOTIFICATION_ENTER_PIN_ENDED,
#endif
#if defined(TOOLKIT_VIEWS)
« no previous file with comments | « no previous file | chrome/browser/chromeos/sim_dialog_delegate.cc » ('j') | chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698