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|. |