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

Unified Diff: chrome/browser/services/gcm/gcm_profile_service_unittest.cc

Issue 179043005: [GCM] Remove the requirement for manifest key (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove cert Created 6 years, 10 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/services/gcm/gcm_profile_service_unittest.cc
diff --git a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc
index b3cac28fc7722ea00a3599b568ff54b75ce629c6..427c02c507ef2e7ca000f23845e062f30120cf5b 100644
--- a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc
+++ b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc
@@ -51,7 +51,6 @@ const char kTestingUsername2[] = "user2@example.com";
const char kTestingUsername3[] = "user3@example.com";
const char kTestingAppId[] = "TestApp1";
const char kTestingAppId2[] = "TestApp2";
-const char kTestingSha1Cert[] = "testing_cert1";
const char kUserId[] = "user1";
const char kUserId2[] = "user2";
@@ -364,7 +363,6 @@ class GCMProfileServiceTestConsumer : public GCMProfileService::TestingDelegate{
GetGCMProfileService()->Register(
app_id,
sender_ids,
- kTestingSha1Cert,
base::Bind(&GCMProfileServiceTestConsumer::RegisterCompleted,
base::Unretained(this)));
}

Powered by Google App Engine
This is Rietveld 408576698