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

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 17515005: Do not put v1 app windows or popup windows into immersive fullscreen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: ash/accelerators/accelerator_controller.cc
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
index f30ce5dde2e09a4df5132d11e6acc9568228f2e9..39f7aaa7e0d967afa8fceec1d0a11635a1950f0f 100644
--- a/ash/accelerators/accelerator_controller.cc
+++ b/ash/accelerators/accelerator_controller.cc
@@ -831,10 +831,6 @@ bool AcceleratorController::PerformAction(int action,
return true;
}
case TOGGLE_MAXIMIZED: {
- if (key_code == ui::VKEY_MEDIA_LAUNCH_APP2) {
- shell->delegate()->RecordUserMetricsAction(
- UMA_ACCEL_MAXIMIZE_RESTORE_F4);
- }
shell->delegate()->ToggleMaximized();
return true;
}
« no previous file with comments | « no previous file | ash/accelerators/accelerator_table.cc » ('j') | chrome/browser/ui/ash/chrome_shell_delegate_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698