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

Unified Diff: rlz/lib/financial_ping.h

Issue 26929004: Add periodic check to see if context has been reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « no previous file | rlz/lib/financial_ping.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/financial_ping.h
diff --git a/rlz/lib/financial_ping.h b/rlz/lib/financial_ping.h
index 081ecbac3d9192b9a6524508c3797b1d176e38ab..63c20a1f0c89d879d729405bf43c979a9b3bff8e 100644
--- a/rlz/lib/financial_ping.h
+++ b/rlz/lib/financial_ping.h
@@ -58,6 +58,13 @@ class FinancialPing {
~FinancialPing() {}
};
+#if defined(RLZ_NETWORK_IMPLEMENTATION_CHROME_NET)
+namespace test {
+void ResetSendFinancialPingInterrupted();
+bool WasSendFinancialPingInterrupted();
+} // namespace test
+#endif
+
} // namespace rlz_lib
« no previous file with comments | « no previous file | rlz/lib/financial_ping.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698