| Index: content/browser/devtools/protocol/page_handler.h
|
| diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
|
| index 86ddfeb9be0d2084caf638b280fc4d069d4c2f68..ce125e6bd59570991cf9b3c9fbaea13bed348ffe 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -58,6 +58,8 @@ class PageHandler : public NotificationObserver {
|
|
|
| Response Navigate(const std::string& url, FrameId* frame_id);
|
|
|
| + Response StopLoading();
|
| +
|
| using NavigationEntries = std::vector<scoped_refptr<NavigationEntry>>;
|
| Response GetNavigationHistory(int* current_index,
|
| NavigationEntries* entries);
|
|
|