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

Unified Diff: chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h

Issue 679833002: Switch to EnhancedBookmarkModel from meta_accessor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h
diff --git a/chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h b/chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h
index 75c1efe798633585271da4847f76f691bddfaa70..2c2de4ed5c9b3f6dd28531c442385023bcf2871f 100644
--- a/chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h
+++ b/chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h
@@ -47,6 +47,7 @@ class EnhancedBookmarksBridge : public BookmarkServerServiceObserver {
private:
JavaObjectWeakGlobalRef weak_java_ref_;
+ EnhancedBookmarkModel* enhanced_bookmark_model_;
BookmarkModel* bookmark_model_; // weak
Rune Fevang 2014/10/27 19:52:27 You don't have to store the bookmark model any mor
BookmarkServerClusterService* cluster_service_; // weak
Profile* profile_; // weak

Powered by Google App Engine
This is Rietveld 408576698