| 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_;
|
|
|
|
|