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

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

Issue 10067030: Upgrade the history database to version 23 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync and update test data Created 8 years, 8 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_urls_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/android/android_urls_database.h
diff --git a/chrome/browser/history/android/android_urls_database.h b/chrome/browser/history/android/android_urls_database.h
index 0065fccab300ac08bbd7426cfc2737bd7d20a961..fda6354392f4fd6c27c9459d068214a686a5d49e 100644
--- a/chrome/browser/history/android/android_urls_database.h
+++ b/chrome/browser/history/android/android_urls_database.h
@@ -56,6 +56,9 @@ class AndroidURLsDatabase {
// on error.
bool ClearAndroidURLRows();
+ // Migrate from version 21 to 22.
+ bool MigrateToVersion22();
+
protected:
// Returns the database for the functions in this interface. The decendent of
// this class implements these functions to return its objects.
« no previous file with comments | « no previous file | chrome/browser/history/android/android_urls_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698