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

Unified Diff: ash/shell_delegate.h

Issue 1177773002: Deprecating high-conflict accelerators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oshima's comments Created 5 years, 3 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/shell/shell_delegate_impl.cc ('k') | ash/system/system_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 64f81393fb0c76ca36b62b82e04b03a76c868833..5e1c3a2ddac1b7629cbd7f0778a63f9ecf9dc3a3 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -25,6 +25,10 @@ namespace content {
class BrowserContext;
}
+namespace gfx {
+class Image;
+}
+
namespace ui {
class MenuModel;
}
@@ -155,6 +159,10 @@ class ASH_EXPORT ShellDelegate {
// Get the product name.
virtual base::string16 GetProductName() const = 0;
+
+ virtual void OpenKeyboardShortcutHelpPage() const {}
+
+ virtual gfx::Image GetDeprecatedAcceleratorImage() const = 0;
};
} // namespace ash
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/system/system_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698