| Index: chrome/browser/services/gcm/push_messaging_service_impl.h
|
| diff --git a/chrome/browser/services/gcm/push_messaging_service_impl.h b/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| index 0ef2e6dd9b2349dfa5c1f195a33b7700478e1086..2daa04c16a64da875a79134b23860eb8cc38a2b2 100644
|
| --- a/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| +++ b/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| @@ -58,6 +58,8 @@ class PushMessagingServiceImpl : public content::PushMessagingService,
|
| bool user_gesture,
|
| const content::PushMessagingService::RegisterCallback& callback) override;
|
|
|
| + void SetProfileForTesting(Profile* profile);
|
| +
|
| private:
|
| void DeliverMessageCallback(const PushMessagingApplicationId& application_id,
|
| const GCMClient::IncomingMessage& message,
|
|
|