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

Unified Diff: chrome/browser/undo/bookmark_undo_service_factory.h

Issue 1059523005: Remove dependency on //chrome from bookmark_undo_utils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: Created 5 years, 8 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/undo/bookmark_undo_service_factory.h
diff --git a/chrome/browser/undo/bookmark_undo_service_factory.h b/chrome/browser/undo/bookmark_undo_service_factory.h
index 31ac6046956f5312408c77ca4727f43090f52ef5..a774f214b7e3ecdba763940cf0c84ece8e373bae 100644
--- a/chrome/browser/undo/bookmark_undo_service_factory.h
+++ b/chrome/browser/undo/bookmark_undo_service_factory.h
@@ -15,6 +15,8 @@ class BookmarkUndoServiceFactory : public BrowserContextKeyedServiceFactory {
public:
static BookmarkUndoService* GetForProfile(Profile* profile);
+ static BookmarkUndoService* GetForProfileIfExists(Profile* profile);
+
static BookmarkUndoServiceFactory* GetInstance();
private:
« no previous file with comments | « chrome/browser/sync/glue/bookmark_model_associator.cc ('k') | chrome/browser/undo/bookmark_undo_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698