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

Unified Diff: chrome/browser/ui/views/accelerator_table.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS 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
Index: chrome/browser/ui/views/accelerator_table.h
diff --git a/chrome/browser/ui/views/accelerator_table.h b/chrome/browser/ui/views/accelerator_table.h
index f67a8043b362487d13a2d99fe615be8aa7ac7164..aa73590acb876e581e72500fdd7e2d82e0c433b5 100644
--- a/chrome/browser/ui/views/accelerator_table.h
+++ b/chrome/browser/ui/views/accelerator_table.h
@@ -34,7 +34,7 @@ CHROME_VIEWS_EXPORT std::vector<AcceleratorMapping> GetAcceleratorList();
// second argument.
CHROME_VIEWS_EXPORT bool GetAshAcceleratorForCommandId(
int command_id,
- HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
ui::Accelerator* accelerator);
// Returns true if the command id has an associated standard

Powered by Google App Engine
This is Rietveld 408576698