summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_commands.cc
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-11 17:00:57 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-11 17:00:57 +0000
commit8427a062d29aa762bf11a3384bb6c02fa2395b16 (patch)
tree64fa1d2e4f39330eb0960cfe87c374e6be34b296 /chrome/browser/ui/browser_commands.cc
parent574268ef75cf34e46b268ea035ace78b7c4b2dad (diff)
downloadchromium_src-8427a062d29aa762bf11a3384bb6c02fa2395b16.zip
chromium_src-8427a062d29aa762bf11a3384bb6c02fa2395b16.tar.gz
chromium_src-8427a062d29aa762bf11a3384bb6c02fa2395b16.tar.bz2
Delete most web intents code.
It's already disabled, so this should have no observable effect. The database code stays around until I've written a migration to delete the webintents table. The apps schema code stays around so that 'intent' blocks in apps are silently ignored instead of causing an error. BUG=173194 TBR=piman Review URL: https://codereview.chromium.org/12225076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_commands.cc')
-rw-r--r--chrome/browser/ui/browser_commands.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index 21b9648..492d8c3 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -65,14 +65,12 @@
#include "content/public/browser/user_metrics.h"
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_contents_view.h"
-#include "content/public/browser/web_intents_dispatcher.h"
#include "content/public/common/content_client.h"
#include "content/public/common/content_restriction.h"
#include "content/public/common/renderer_preferences.h"
#include "content/public/common/url_constants.h"
#include "net/base/escape.h"
#include "webkit/glue/glue_serialize.h"
-#include "webkit/glue/web_intent_data.h"
#include "webkit/user_agent/user_agent_util.h"
#if defined(OS_MACOSX)