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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 10177002: Do not include Ctrl+N and Ctrl+Shift+N in chrome/browser/ui/views/accelerator_table.cc when USE_ASH (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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 | chrome/browser/ui/views/accelerator_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index e9a2cdac7a5528ce75399b605331a9e54cc7bdc9..dc1e41324b29c97fbef9cfc9cd7e2b416ab6efec 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -6,6 +6,7 @@
#define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
#pragma once
+#include "ash/ash_export.h"
#include "ui/aura/event.h"
namespace ash {
@@ -71,10 +72,10 @@ struct AcceleratorData {
};
// Accelerators handled by AcceleratorController.
-extern const AcceleratorData kAcceleratorData[];
+ASH_EXPORT extern const AcceleratorData kAcceleratorData[];
// The number of elements in kAcceleratorData.
-extern const size_t kAcceleratorDataLength;
+ASH_EXPORT extern const size_t kAcceleratorDataLength;
// Actions allowed while user is not signed in or screen is locked.
extern const AcceleratorAction kActionsAllowedAtLoginScreen[];
« no previous file with comments | « no previous file | chrome/browser/ui/views/accelerator_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698