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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 2718333002: Move ash_util functions from 'chrome' namespace to 'ash_util' namespace (Closed)
Patch Set: Rebase after https://codereview.chromium.org/2721883002 Created 3 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
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 9d5710aa1aac73451d8da75ce12cf7e9a6af0759..46e8977a8fff9c8369ea8aa87166f2d5ea1f1121 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1344,7 +1344,7 @@ bool BrowserView::PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
}
#if defined(OS_CHROMEOS)
- if (chrome::IsAcceleratorDeprecated(accelerator)) {
+ if (ash_util::IsAcceleratorDeprecated(accelerator)) {
if (event.type() == blink::WebInputEvent::RawKeyDown)
*is_keyboard_shortcut = true;
return false;
« no previous file with comments | « chrome/browser/ui/views/chrome_web_dialog_view.cc ('k') | chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698