Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / accelerator_utils.h
index 8d29e75..70b4591 100644 (file)
@@ -18,6 +18,8 @@ namespace chrome {
 bool IsChromeAccelerator(const ui::Accelerator& accelerator,
                          Profile* profile);
 
+ui::Accelerator GetPrimaryChromeAcceleratorForCommandId(int command_id);
+
 }  // namespace chrome
 
 #endif  // CHROME_BROWSER_UI_ACCELERATOR_UTILS_H_