diff options
author | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-06 01:27:06 +0000 |
---|---|---|
committer | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-06 01:27:06 +0000 |
commit | 35851fd06ea6468e9a5ac07c7e3a8f668b5accf4 (patch) | |
tree | 88d926862391fc4c3e8f6d393373470524e3d060 /chrome/browser/webdata/web_intents_table.h | |
parent | 18703054288785e443a9051ff74f0418eea6e9e9 (diff) | |
download | chromium_src-35851fd06ea6468e9a5ac07c7e3a8f668b5accf4.zip chromium_src-35851fd06ea6468e9a5ac07c7e3a8f668b5accf4.tar.gz chromium_src-35851fd06ea6468e9a5ac07c7e3a8f668b5accf4.tar.bz2 |
Initial version of web intents registry
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7511005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/webdata/web_intents_table.h')
-rw-r--r-- | chrome/browser/webdata/web_intents_table.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/chrome/browser/webdata/web_intents_table.h b/chrome/browser/webdata/web_intents_table.h index b52d0d7..5ebf151 100644 --- a/chrome/browser/webdata/web_intents_table.h +++ b/chrome/browser/webdata/web_intents_table.h @@ -10,17 +10,10 @@ #include "base/basictypes.h" #include "base/string16.h" -#include "googleurl/src/gurl.h" +#include "chrome/browser/intents/web_intent_data.h" #include "chrome/browser/webdata/web_database_table.h" -// Describes the relevant elements of a WebIntent. -// TODO(groby): Will need to be moved to different place once more -// infrastructure for WebIntents is in place. -struct WebIntentData { - GURL service_url; // URL for service invocation. - string16 action; // Name of action provided by service. - string16 type; // MIME type of data accepted by service. -}; +class GURL; // This class manages the WebIntents table within the SQLite database passed // to the constructor. It expects the following schema: |