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

Unified Diff: components/undo/bookmark_renumber_observer.h

Issue 1379983002: Supporting undoing bookmark deletion without creating new ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address some more feedback Created 5 years, 2 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
« no previous file with comments | « components/undo/BUILD.gn ('k') | components/undo/bookmark_undo_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/bookmark_renumber_observer.h
diff --git a/components/undo/bookmark_renumber_observer.h b/components/undo/bookmark_renumber_observer.h
deleted file mode 100644
index 4dc8df058eb44ff6a482fd69fe2dd63ea45b0b72..0000000000000000000000000000000000000000
--- a/components/undo/bookmark_renumber_observer.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_UNDO_BOOKMARK_RENUMBER_OBSERVER_H_
-#define COMPONENTS_UNDO_BOOKMARK_RENUMBER_OBSERVER_H_
-
-#include "base/basictypes.h"
-
-class BookmarkRenumberObserver {
- public:
- // Invoked when a bookmark id has been renumbered so that any
- // BookmarkUndoOperations that refer to that bookmark can be updated.
- virtual void OnBookmarkRenumbered(int64 old_id, int64 new_id) = 0;
-
- protected:
- virtual ~BookmarkRenumberObserver() {}
-};
-
-#endif // COMPONENTS_UNDO_BOOKMARK_RENUMBER_OBSERVER_H_
« no previous file with comments | « components/undo/BUILD.gn ('k') | components/undo/bookmark_undo_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698