summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/bookmark_server_service.h
diff options
context:
space:
mode:
authordanduong <danduong@chromium.org>2014-10-30 14:53:33 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-30 21:53:55 +0000
commitb8cf2351275e5732082956fc947d71c2b6ca8de0 (patch)
treeb6b3d2852fd23e83f5d836a1a709916a4da19aa8 /components/enhanced_bookmarks/bookmark_server_service.h
parent1b2ec2722afacdf0bf8d917c71436780dedc849b (diff)
downloadchromium_src-b8cf2351275e5732082956fc947d71c2b6ca8de0.zip
chromium_src-b8cf2351275e5732082956fc947d71c2b6ca8de0.tar.gz
chromium_src-b8cf2351275e5732082956fc947d71c2b6ca8de0.tar.bz2
Revert "Revert of Add Search Service in Enhanced Bookmark Bridge (patchset #6 id:100001 of https://codereview.chromium.org/637323005/)"
This reverts commit 1491f336d849dcf168cc8832e91a7c8213dd2a7f. BUG=415774 TBR=yfriedman Review URL: https://codereview.chromium.org/693613003 Cr-Commit-Position: refs/heads/master@{#302165}
Diffstat (limited to 'components/enhanced_bookmarks/bookmark_server_service.h')
-rw-r--r--components/enhanced_bookmarks/bookmark_server_service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/bookmark_server_service.h b/components/enhanced_bookmarks/bookmark_server_service.h
index 41416fd..9f2fd52 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();