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

Unified Diff: components/safe_browsing_db/v4_update_protocol_manager.h

Issue 1853833002: Added a test for success after one backoff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v4_02_init_update
Patch Set: Created 4 years, 9 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: components/safe_browsing_db/v4_update_protocol_manager.h
diff --git a/components/safe_browsing_db/v4_update_protocol_manager.h b/components/safe_browsing_db/v4_update_protocol_manager.h
index 367a7f57c30531f5204c0a1c16ba07330a6bc607..be91bc574385e95905afe00c5fbc5b0765b4cae9 100644
--- a/components/safe_browsing_db/v4_update_protocol_manager.h
+++ b/components/safe_browsing_db/v4_update_protocol_manager.h
@@ -87,6 +87,8 @@ class V4UpdateProtocolManager : public net::URLFetcherDelegate,
FRIEND_TEST_ALL_PREFIXES(V4UpdateProtocolManagerTest,
TestGetUpdatesErrorHandlingResponseCode);
FRIEND_TEST_ALL_PREFIXES(V4UpdateProtocolManagerTest, TestGetUpdatesNoError);
+ FRIEND_TEST_ALL_PREFIXES(V4UpdateProtocolManagerTest,
+ TestGetUpdatesWithOneBackoff);
friend class V4UpdateProtocolManagerFactoryImpl;
// The method to generate the URL for the request to be sent to the server.

Powered by Google App Engine
This is Rietveld 408576698