| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index 7201b2686405c0b85fe1b9b2288bc0ec2721a50d..21ab1eb65dbf60c7dd65f05f2aac6938099933d1 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -90,6 +90,9 @@ class ProfileImplIOData : public ProfileIOData {
|
| const base::FilePath& partition_path,
|
| bool in_memory) const;
|
|
|
| + // Returns the DevToolsNetworkController attached to ProfileIOData.
|
| + DevToolsNetworkController* GetDevToolsNetworkController() const;
|
| +
|
| // Deletes all network related data since |time|. It deletes transport
|
| // security state since |time| and also deletes HttpServerProperties data.
|
| // Works asynchronously, however if the |completion| callback is non-null,
|
|
|