summaryrefslogtreecommitdiffstats
path: root/components/history.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-04-24 08:59:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-24 15:59:16 +0000
commit70d2cd67184a81c7c8207de3dc0a58a2dcee2a30 (patch)
tree9460a2cc3b6cbe9c7de0f726404db4c5926796a9 /components/history.gypi
parentf56835d5211fc533a02f143e06eb310764f6b901 (diff)
downloadchromium_src-70d2cd67184a81c7c8207de3dc0a58a2dcee2a30.zip
chromium_src-70d2cd67184a81c7c8207de3dc0a58a2dcee2a30.tar.gz
chromium_src-70d2cd67184a81c7c8207de3dc0a58a2dcee2a30.tar.bz2
[iOS] Add HistoryDatabaseParamsForPath in //components/history/ios/browser
Add new helper method to construct an HistoryDatabaseParams for a FilePath on iOS. Constants used for DownloadInterruptReason are based on the values from content/public/browser/download_interrupt_reasons.h. BUG=370850 Review URL: https://codereview.chromium.org/1106763002 Cr-Commit-Position: refs/heads/master@{#326808}
Diffstat (limited to 'components/history.gypi')
-rw-r--r--components/history.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/history.gypi b/components/history.gypi
index e13bdaa..e3d0605 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -216,6 +216,8 @@
'history_core_browser',
],
'sources': [
+ 'history/ios/browser/history_database_helper.cc',
+ 'history/ios/browser/history_database_helper.h',
'history/ios/browser/web_state_top_sites_observer.cc',
'history/ios/browser/web_state_top_sites_observer.h',
],