summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_intents_table.h
diff options
context:
space:
mode:
authorsmckay@chromium.org <smckay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 22:39:55 +0000
committersmckay@chromium.org <smckay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 22:39:55 +0000
commit5cd6fb1559ded36e9590ec0186f106d34d0e67af (patch)
tree62e38a35e08c7bc1a8d803b3ffbbf55978319a07 /chrome/browser/webdata/web_intents_table.h
parent5579ed0b8fe574ad142cd88d44642ecb4d2f7e50 (diff)
downloadchromium_src-5cd6fb1559ded36e9590ec0186f106d34d0e67af.zip
chromium_src-5cd6fb1559ded36e9590ec0186f106d34d0e67af.tar.gz
chromium_src-5cd6fb1559ded36e9590ec0186f106d34d0e67af.tar.bz2
Add "scheme" column to web_intents and web_intents_defaults tables. This is one step in a multi step process of adding "scheme" support to Web Intents and reimplementing registerProtocolHandler on top of Web Intents.
BUG=129199,129200 TEST=WebDatabaseMigrationTest.MigrateVersion45ToCurrent Review URL: https://chromiumcodereview.appspot.com/10422015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/webdata/web_intents_table.h')
-rw-r--r--chrome/browser/webdata/web_intents_table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/webdata/web_intents_table.h b/chrome/browser/webdata/web_intents_table.h
index 6f61ac3..9a3a00b 100644
--- a/chrome/browser/webdata/web_intents_table.h
+++ b/chrome/browser/webdata/web_intents_table.h
@@ -56,6 +56,9 @@ class WebIntentsTable : public WebDatabaseTable {
virtual bool Init() OVERRIDE;
virtual bool IsSyncable() OVERRIDE;
+ // Adds "scheme" column to the web_intents and web_intents_defaults tables.
+ bool MigrateToVersion46AddSchemeColumn();
+
// Adds a web intent service to the WebIntents table.
// If |service| already exists, replaces it.
bool SetWebIntentService(const webkit_glue::WebIntentServiceData& service);