commit | a376e98c0d7990ca1aa4fb459aad03e9d8d0496d | [log] [tgz] |
---|---|---|
author | Peter Beverloo <[email protected]> | Tue Jun 27 15:55:37 2017 |
committer | Commit Bot <[email protected]> | Tue Jun 27 17:16:10 2017 |
tree | 2e8db1736e5ee792a11720a81334e55fe1ad9d11 | |
parent | 09f1b8ec88d4a63d64948213b4dc0b6179f18bbe [diff] [blame] |
Move GCMDecryptionResult to its own file It's used in places beyond the GCMEncryptionProvider now, and might be exposed to GCM app handlers in the future, so let's factor it out. BUG=678347 Change-Id: I2301c05b403a4ec52d04e45616988ff40f270fde Reviewed-on: https://chromium-review.googlesource.com/550155 Commit-Queue: Peter Beverloo <[email protected]> Reviewed-by: Anita Woodruff <[email protected]> Cr-Commit-Position: refs/heads/master@{#482657}
diff --git a/components/gcm_driver/gcm_driver_android.h b/components/gcm_driver/gcm_driver_android.h index fb37f754..7cfcd63 100644 --- a/components/gcm_driver/gcm_driver_android.h +++ b/components/gcm_driver/gcm_driver_android.h
@@ -99,8 +99,7 @@ const std::string& receiver_id, const OutgoingMessage& message) override; void RecordDecryptionFailure(const std::string& app_id, - GCMEncryptionProvider::DecryptionResult result) - override; + GCMDecryptionResult result) override; private: base::android::ScopedJavaGlobalRef<jobject> java_ref_;