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

Unified Diff: ash/shell_delegate.h

Issue 10377114: Remove some more OS_CHROMEOS from browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/shell_delegate.h
===================================================================
--- ash/shell_delegate.h (revision 137127)
+++ ash/shell_delegate.h (working copy)
@@ -21,6 +21,10 @@
class Window;
}
+namespace ui {
+class AcceleratorTarget;
+}
+
namespace views {
class Widget;
}
@@ -74,6 +78,9 @@
// Invoked when the user needs to set up mobile networking.
virtual void OpenMobileSetup() = 0;
+ // Shows the keyboard shortcut overlay.
+ virtual void ShowKeyboardOverlay(ui::AcceleratorTarget* target) = 0;
+
// Get the current browser context. This will get us the current profile.
virtual content::BrowserContext* GetCurrentBrowserContext() = 0;

Powered by Google App Engine
This is Rietveld 408576698