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

Unified Diff: components/gcm_driver/gcm_activity.h

Issue 1627723002: Revert of List message decryption failures on chrome://gcm-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « components/gcm_driver/fake_gcm_driver.cc ('k') | components/gcm_driver/gcm_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_activity.h
diff --git a/components/gcm_driver/gcm_activity.h b/components/gcm_driver/gcm_activity.h
index fb1c2292b83ea10ee9b44bab4d97fd8946ff4642..55c12901315e42569c920d1affd8d77d2773352e 100644
--- a/components/gcm_driver/gcm_activity.h
+++ b/components/gcm_driver/gcm_activity.h
@@ -64,14 +64,6 @@
std::string message_id;
};
-// Contains relevant data of a message decryption failure.
-struct DecryptionFailureActivity : Activity {
- DecryptionFailureActivity();
- ~DecryptionFailureActivity() override;
-
- std::string app_id;
-};
-
struct RecordedActivities {
RecordedActivities();
virtual ~RecordedActivities();
@@ -81,7 +73,6 @@
std::vector<RegistrationActivity> registration_activities;
std::vector<ReceivingActivity> receiving_activities;
std::vector<SendingActivity> sending_activities;
- std::vector<DecryptionFailureActivity> decryption_failure_activities;
};
} // namespace gcm
« no previous file with comments | « components/gcm_driver/fake_gcm_driver.cc ('k') | components/gcm_driver/gcm_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698