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

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 2177563002: [Mac] "Report an Issue" menu item should be enabled when Task Manager is focused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index f482d56c7a8eb7b7b771750d6c72f8e5c40bf78f..0568b6a3317b1f86498f9374844af33793008973 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -968,11 +968,6 @@ - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item {
currentProfile:lastProfile];
break;
}
-#if defined(GOOGLE_CHROME_BUILD)
- case IDC_FEEDBACK:
- enable = NO;
- break;
-#endif
default:
enable = menuState_->IsCommandEnabled(tag) ?
![self keyWindowIsModal] : NO;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698