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

Unified Diff: trunk/src/chrome/browser/ui/ash/launcher/launcher_context_menu.cc

Issue 455023002: Revert 288418 "Extend contextMenus API to support browser/page a..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
Index: trunk/src/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
===================================================================
--- trunk/src/chrome/browser/ui/ash/launcher/launcher_context_menu.cc (revision 288421)
+++ trunk/src/chrome/browser/ui/ash/launcher/launcher_context_menu.cc (working copy)
@@ -161,10 +161,8 @@
controller_->GetAppIDForShelfID(item_.id));
if (!app_key.empty()) {
int index = 0;
- extension_items_->AppendExtensionItems(app_key,
- base::string16(),
- &index,
- false); // is_action_menu
+ extension_items_->AppendExtensionItems(
+ app_key, base::string16(), &index);
AddSeparator(ui::NORMAL_SEPARATOR);
}
}
« no previous file with comments | « trunk/src/chrome/browser/ui/app_list/app_context_menu.cc ('k') | trunk/src/chrome/common/extensions/api/context_menus.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698