| Index: components/enhanced_bookmarks/bookmark_server_service.h
|
| diff --git a/components/enhanced_bookmarks/bookmark_server_service.h b/components/enhanced_bookmarks/bookmark_server_service.h
|
| index 41416fd30ecc5348f9b8961a56328bde5e448072..9f2fd52e91e9ea7e4a33558b92df43fb7c5ab2c2 100644
|
| --- a/components/enhanced_bookmarks/bookmark_server_service.h
|
| +++ b/components/enhanced_bookmarks/bookmark_server_service.h
|
| @@ -57,6 +57,9 @@ class BookmarkServerService : protected net::URLFetcherDelegate,
|
| const std::string& remote_id) const;
|
| const std::string RemoteIDForBookmark(const BookmarkNode* bookmark) const;
|
|
|
| + // Cancels the ongoing request, if any.
|
| + void Cancel();
|
| +
|
| // Notifies the observers that something changed.
|
| void Notify();
|
|
|
|
|