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

Unified Diff: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc

Issue 1977183002: Removed ctrl-shift-p from the keyboard shortcut overlay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed some additional strings regarding Google cloud print. Created 4 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
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay_data.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
index ba5bbaa9b8a772f2f089a850cc9d263d4e958b57..050fa7f6e2fda1c4283f6ff9d58b60e3befb725f 100644
--- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
@@ -209,8 +209,6 @@ struct I18nContentToMessage {
{ "keyboardOverlayOpenAddressInNewTab",
IDS_KEYBOARD_OVERLAY_OPEN_ADDRESS_IN_NEW_TAB },
{ "keyboardOverlayOpenFileManager", IDS_KEYBOARD_OVERLAY_OPEN_FILE_MANAGER },
- { "keyboardOverlayOpenGoogleCloudPrint",
- IDS_KEYBOARD_OVERLAY_OPEN_GOOGLE_CLOUD_PRINT },
{ "keyboardOverlayPageDown", IDS_KEYBOARD_OVERLAY_PAGE_DOWN },
{ "keyboardOverlayPageUp", IDS_KEYBOARD_OVERLAY_PAGE_UP },
{ "keyboardOverlayPaste", IDS_KEYBOARD_OVERLAY_PASTE },
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay_data.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698