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

Unified Diff: chrome/browser/webdata/web_intents_table.h

Issue 7511005: Initial version of web intents registry (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Review fixes. Created 9 years, 4 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 | « chrome/browser/intents/web_intents_registry_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webdata/web_intents_table.h
diff --git a/chrome/browser/webdata/web_intents_table.h b/chrome/browser/webdata/web_intents_table.h
index b52d0d79c7bf6f5bd5383008259a1b84d8f4617a..5ebf1519204317d137e6483715cd981fe4131b57 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:
« no previous file with comments | « chrome/browser/intents/web_intents_registry_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698