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

Unified Diff: ash/accelerators/accelerator_table_unittest.cc

Issue 2763483002: Fix Caps Lock bug (Closed)
Patch Set: Failure due to file directory change, apply 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
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | chrome/browser/chromeos/events/event_rewriter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_table_unittest.cc
diff --git a/ash/accelerators/accelerator_table_unittest.cc b/ash/accelerators/accelerator_table_unittest.cc
index cdaa56eac001bd0a3ad58dca056a111467e873e5..d54e1d97f1d4435d3b5db87d2a6d573cd5d5f90e 100644
--- a/ash/accelerators/accelerator_table_unittest.cc
+++ b/ash/accelerators/accelerator_table_unittest.cc
@@ -15,12 +15,12 @@ namespace ash {
namespace {
-// The number of non-Search-based accelerators as of 2017-04-06.
-constexpr int kNonSearchAcceleratorsNum = 92;
-// The hash of non-Search-based accelerators as of 2017-04-06.
+// The number of non-Search-based accelerators as of 2017-04-11.
+constexpr int kNonSearchAcceleratorsNum = 93;
+// The hash of non-Search-based accelerators as of 2017-04-11.
// See HashAcceleratorData().
constexpr char kNonSearchAcceleratorsHash[] =
- "6c6695ca5f4d7298504e4d1e8a148902";
+ "c24f35143a69b4378834207913b5a708";
struct Cmp {
bool operator()(const AcceleratorData& lhs, const AcceleratorData& rhs) {
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | chrome/browser/chromeos/events/event_rewriter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698