accelerator_util_views.cc 355 B

1234567891011121314
  1. // Copyright (c) 2013 GitHub, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #include "atom/browser/ui/accelerator_util.h"
  5. #include "ui/base/accelerators/accelerator.h"
  6. namespace accelerator_util {
  7. void SetPlatformAccelerator(ui::Accelerator* accelerator) {}
  8. } // namespace accelerator_util