Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1498)

Unified Diff: chrome/browser/bookmarks/chrome_bookmark_client.h

Issue 2185973003: [Offline Pages] Delete associated page along with bookmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding offline_pages::ExternalListener. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bookmarks/chrome_bookmark_client.h
diff --git a/chrome/browser/bookmarks/chrome_bookmark_client.h b/chrome/browser/bookmarks/chrome_bookmark_client.h
index 621f408fc0b2b1298b6ecbd891324130e54bff23..77da9e168340e2e74d0d6e898e8b04ff3964a7a0 100644
--- a/chrome/browser/bookmarks/chrome_bookmark_client.h
+++ b/chrome/browser/bookmarks/chrome_bookmark_client.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_BOOKMARKS_CHROME_BOOKMARK_CLIENT_H_
#define CHROME_BROWSER_BOOKMARKS_CHROME_BOOKMARK_CLIENT_H_
+#include <memory>
#include <set>
#include <vector>
@@ -26,6 +27,10 @@ class BookmarkPermanentNode;
class ManagedBookmarkService;
}
+namespace offline_pages {
Dmitry Titov 2016/08/12 05:43:43 are there changes in this class?
romax 2016/08/16 19:05:44 i think this thing was left behind. deleted.
+class ExternalListener;
+}
+
class ChromeBookmarkClient : public bookmarks::BookmarkClient {
public:
ChromeBookmarkClient(

Powered by Google App Engine
This is Rietveld 408576698