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

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

Issue 3046042: Added AppleScript support (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_model.h
===================================================================
--- chrome/browser/bookmarks/bookmark_model.h (revision 55416)
+++ chrome/browser/bookmarks/bookmark_model.h (working copy)
@@ -366,6 +366,9 @@
// Returns whether the bookmarks file changed externally.
bool file_changed() const { return file_changed_; }
+ // Returns the next node ID.
+ int64 next_node_id() const { return next_node_id_; }
+
private:
// Used to order BookmarkNodes by URL.
class NodeURLComparator {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698