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

Unified Diff: ash/common/accelerators/accelerator_table_unittest.cc

Issue 2763483002: Fix Caps Lock bug (Closed)
Patch Set: Applying the fix Created 3 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
Index: ash/common/accelerators/accelerator_table_unittest.cc
diff --git a/ash/common/accelerators/accelerator_table_unittest.cc b/ash/common/accelerators/accelerator_table_unittest.cc
index 8a4c32dabc0e567ff5dc22d2cb0fad0f7cf18850..8a890aec7eadb64196b015c0a3450d69b3ec9988 100644
--- a/ash/common/accelerators/accelerator_table_unittest.cc
+++ b/ash/common/accelerators/accelerator_table_unittest.cc
@@ -16,11 +16,11 @@ namespace ash {
namespace {
// The number of non-Search-based accelerators as of 2017-04-06.
oshima 2017/04/11 19:04:47 update the comment
-constexpr int kNonSearchAcceleratorsNum = 92;
+constexpr int kNonSearchAcceleratorsNum = 93;
// The hash of non-Search-based accelerators as of 2017-04-06.
// See HashAcceleratorData().
constexpr char kNonSearchAcceleratorsHash[] =
- "6c6695ca5f4d7298504e4d1e8a148902";
+ "c24f35143a69b4378834207913b5a708";
struct Cmp {
bool operator()(const AcceleratorData& lhs, const AcceleratorData& rhs) {

Powered by Google App Engine
This is Rietveld 408576698