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

Unified Diff: chrome/browser/browser.h

Issue 42190: Linux accelerators cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/gtk/browser_toolbar_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 11738)
+++ chrome/browser/browser.h (working copy)
@@ -311,11 +311,17 @@
#if defined(OS_WIN)
// Focus various bits of UI
void FocusToolbar();
+#endif
+#if defined(OS_WIN) || defined(OS_LINUX)
void FocusLocationBar();
void FocusSearch();
+#endif
// Show various bits of UI
+#if defined(OS_WIN) || defined(OS_LINUX)
void OpenFile();
+#endif
+#if defined(OS_WIN)
void OpenCreateShortcutsDialog();
void OpenDebuggerWindow();
void OpenJavaScriptConsole();
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/gtk/browser_toolbar_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698