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

Unified Diff: chrome/browser/ui/views/accelerator_table_linux.h

Issue 8341050: Aura: Support non-global keyboard shortcuts. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Restore native_widget_aura change Created 9 years, 2 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 | « chrome/browser/ui/views/accelerator_table.cc ('k') | chrome/browser/ui/views/accelerator_table_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/accelerator_table_linux.h
diff --git a/chrome/browser/ui/views/accelerator_table_linux.h b/chrome/browser/ui/views/accelerator_table_linux.h
deleted file mode 100644
index c87d4e0824d0420a07f353d03052149a0eea8699..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/accelerator_table_linux.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_VIEWS_ACCELERATOR_TABLE_LINUX_H_
-#define CHROME_BROWSER_UI_VIEWS_ACCELERATOR_TABLE_LINUX_H_
-#pragma once
-
-#include <stdio.h>
-
-#include "ui/base/keycodes/keyboard_codes.h"
-
-// This contains the list of accelerators for the Linux toolkit_view
-// implementation.
-namespace browser {
-
- struct AcceleratorMapping {
- ui::KeyboardCode keycode;
- bool shift_pressed;
- bool ctrl_pressed;
- bool alt_pressed;
- int command_id;
- };
-
- // The list of accelerators.
- extern const AcceleratorMapping kAcceleratorMap[];
-
- // The numbers of elements in kAcceleratorMap.
- extern const size_t kAcceleratorMapLength;
-}
-
-#endif // CHROME_BROWSER_UI_VIEWS_ACCELERATOR_TABLE_LINUX_H_
« no previous file with comments | « chrome/browser/ui/views/accelerator_table.cc ('k') | chrome/browser/ui/views/accelerator_table_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698