Chromium Code Reviews| Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| index ae2c925079e93d1521644158c04d28f5c8d205ae..84714f4b1954966d3a7b23a8815e87eb0fc14649 100644 |
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| @@ -377,6 +377,11 @@ OffTheRecordProfileImpl::GetPushMessagingService() { |
| return NULL; |
| } |
| +gcm::GCMPermissionContext* |
| +OffTheRecordProfileImpl::GetPushMessagingPermissionContext() { |
| + return NULL; |
|
Michael van Ouwerkerk
2014/06/19 10:16:10
Add a TODO like above?
// TODO(miguelg): Support p
Miguel Garcia
2014/06/19 17:49:28
There is already a TODO in GetPushMessagingService
|
| +} |
| + |
| bool OffTheRecordProfileImpl::IsSameProfile(Profile* profile) { |
| return (profile == this) || (profile == profile_); |
| } |