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

Unified Diff: chrome/browser/history/android/android_provider_backend.h

Issue 10825214: AndroidProvider: Add history for bookmarks if it doesn't exist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add set_hidden Created 8 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 | « no previous file | chrome/browser/history/android/android_provider_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/android/android_provider_backend.h
diff --git a/chrome/browser/history/android/android_provider_backend.h b/chrome/browser/history/android/android_provider_backend.h
index 72e0c5ac1766c7436a4ec5103588c3198c8a8174..c6d0921b5f96710c3c06df73855cdf2315127094 100644
--- a/chrome/browser/history/android/android_provider_backend.h
+++ b/chrome/browser/history/android/android_provider_backend.h
@@ -207,8 +207,11 @@ class AndroidProviderBackend {
// Inserts the given values and returns the URLID of the inserted row.
// The notifications are returned in |notifications| and the ownership of them
// is transfered to caller.
+ // The EnsureInitializedAndUpdated() will not be invoked if the
+ // |ensure_initialized_and_updated| is false.
AndroidURLID InsertHistoryAndBookmark(const HistoryAndBookmarkRow& values,
- HistoryNotifications* notifications);
+ HistoryNotifications* notifications,
+ bool ensure_initialized_and_updated);
// Deletes the specified rows and returns the number of the deleted rows in
// |deleted_count|.
« no previous file with comments | « no previous file | chrome/browser/history/android/android_provider_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698