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

Unified Diff: components/history/core/browser/url_database.h

Issue 2721713002: [sync] Add typed url sync metadata to the history db (Closed)
Patch Set: update for comments Created 3 years, 9 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: components/history/core/browser/url_database.h
diff --git a/components/history/core/browser/url_database.h b/components/history/core/browser/url_database.h
index 8e7acbb92cf80db124612ceebad275c95e1128a5..1b8a5d71ee6f870dc61f5cc36cf315ebd9cf85bc 100644
--- a/components/history/core/browser/url_database.h
+++ b/components/history/core/browser/url_database.h
@@ -266,6 +266,9 @@ class URLDatabase {
// Creates the index over URLs so we can quickly look up based on URL.
bool CreateMainURLIndex();
+ // Recreate URL table, and keep all existing contents.
+ bool RecreateURLTableWithAllContents();
+
// Ensures the keyword search terms table exists.
bool InitKeywordSearchTermsTable();

Powered by Google App Engine
This is Rietveld 408576698