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

Unified Diff: ios/chrome/browser/web/network_activity_indicator_tab_helper.h

Issue 2587173002: Cleanup NetworkActivityIndicatorTabHelper and add unittest. (Closed)
Patch Set: Fix method declaration order. Created 4 years 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 | ios/chrome/browser/web/network_activity_indicator_tab_helper.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/network_activity_indicator_tab_helper.h
diff --git a/ios/chrome/browser/web/network_activity_indicator_tab_helper.h b/ios/chrome/browser/web/network_activity_indicator_tab_helper.h
index a59f63ae57c6a3b9df146058fc883220a50ed95f..c264381bebdb393d68ca52e582fdc0e594c1e46f 100644
--- a/ios/chrome/browser/web/network_activity_indicator_tab_helper.h
+++ b/ios/chrome/browser/web/network_activity_indicator_tab_helper.h
@@ -30,6 +30,9 @@ class NetworkActivityIndicatorTabHelper
void DidStartLoading() override;
void DidStopLoading() override;
+ // Clears any network activity state associated with this activity.
+ void Stop();
+
// Key used to uniquely identify this activity.
base::scoped_nsobject<NSString> network_activity_key_;
« no previous file with comments | « no previous file | ios/chrome/browser/web/network_activity_indicator_tab_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698