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

Unified Diff: chrome/browser/webdata/web_intents_table_unittest.cc

Issue 9521013: Remove web intents from Chrome on Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix buildbot compile errors Created 8 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
« no previous file with comments | « chrome/browser/webdata/web_data_service_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_unittest.cc
diff --git a/chrome/browser/webdata/web_intents_table_unittest.cc b/chrome/browser/webdata/web_intents_table_unittest.cc
index d12a28577071bea3b8c10ca003f0eefff051882f..32887e9229b1fac00a46e7209ba50f785d3da517 100644
--- a/chrome/browser/webdata/web_intents_table_unittest.cc
+++ b/chrome/browser/webdata/web_intents_table_unittest.cc
@@ -185,6 +185,7 @@ TEST_F(WebIntentsTableTest, GetByURL) {
ASSERT_EQ(2U, intents.size());
}
+#if defined(ENABLE_WEB_INTENTS)
TEST_F(WebIntentsTableTest, DefaultServices) {
DefaultWebIntentService default_service;
default_service.action = test_action;
@@ -234,5 +235,6 @@ TEST_F(WebIntentsTableTest, DefaultServices) {
ASSERT_TRUE(IntentsTable()->GetAllDefaultServices(&defaults));
ASSERT_EQ(1U, defaults.size());
}
+#endif // defined(ENABLE_WEB_INTENTS)
} // namespace
« no previous file with comments | « chrome/browser/webdata/web_data_service_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698