| Index: chrome/browser/push_messaging/push_messaging_app_identifier.h
|
| diff --git a/chrome/browser/push_messaging/push_messaging_app_identifier.h b/chrome/browser/push_messaging/push_messaging_app_identifier.h
|
| index 6b2d9c17e82e540ee6742fd53111c83ebfc12b82..bfcc681f429b0a36784d6a1365d85938f8f52a59 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_app_identifier.h
|
| +++ b/chrome/browser/push_messaging/push_messaging_app_identifier.h
|
| @@ -58,6 +58,10 @@ class PushMessagingAppIdentifier {
|
| // given |profile|.
|
| static std::vector<PushMessagingAppIdentifier> GetAll(Profile* profile);
|
|
|
| + // Deletes all PushMessagingAppIdentifiers currently registered for the given
|
| + // |profile|.
|
| + static void DeleteAllFromPrefs(Profile* profile);
|
| +
|
| // Returns the number of PushMessagingAppIdentifiers currently registered for
|
| // the given |profile|.
|
| static size_t GetCount(Profile* profile);
|
|
|