| Index: chrome/browser/services/gcm/fake_gcm_profile_service.cc
|
| ===================================================================
|
| --- chrome/browser/services/gcm/fake_gcm_profile_service.cc (revision 255183)
|
| +++ chrome/browser/services/gcm/fake_gcm_profile_service.cc (working copy)
|
| @@ -19,11 +19,6 @@
|
| return new FakeGCMProfileService(profile);
|
| }
|
|
|
| -// static
|
| -void FakeGCMProfileService::EnableGCMForTesting() {
|
| - GCMProfileService::enable_gcm_for_testing_ = true;
|
| -}
|
| -
|
| FakeGCMProfileService::FakeGCMProfileService(Profile* profile)
|
| : GCMProfileService(profile),
|
| collect_(false) {}
|
|
|