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

Unified Diff: chrome/browser/renderer_context_menu/context_menu_content_type_unittest.cc

Issue 187923006: Renderer context menu: add missing search provider link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 10 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 | « no previous file | chrome/browser/renderer_context_menu/render_view_context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_context_menu/context_menu_content_type_unittest.cc
diff --git a/chrome/browser/renderer_context_menu/context_menu_content_type_unittest.cc b/chrome/browser/renderer_context_menu/context_menu_content_type_unittest.cc
index 9d77a456f85a447430d76d9f667f5d82626de55f..4c04bffdb87b70eb370256a6f394ffdac0aa4c2c 100644
--- a/chrome/browser/renderer_context_menu/context_menu_content_type_unittest.cc
+++ b/chrome/browser/renderer_context_menu/context_menu_content_type_unittest.cc
@@ -84,6 +84,8 @@ TEST_F(ContextMenuContentTypeTest, CheckTypes) {
ContextMenuContentType::ITEM_GROUP_COPY));
EXPECT_FALSE(content_type->SupportsGroup(
ContextMenuContentType::ITEM_GROUP_EDITABLE));
+ EXPECT_TRUE(content_type->SupportsGroup(
+ ContextMenuContentType::ITEM_GROUP_SEARCH_PROVIDER));
}
{
« no previous file with comments | « no previous file | chrome/browser/renderer_context_menu/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698