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

Unified Diff: Source/core/platform/LocalizedStrings.h

Issue 14795011: Remove dead ContextMenu code from Blink core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/core/platform/LocalizedStrings.h
diff --git a/Source/core/platform/LocalizedStrings.h b/Source/core/platform/LocalizedStrings.h
index b42ca046947d86ab21d87d71628f468f2c813060..5539694c1779cc42ef4f5b83c27d06d7b18dfaab 100644
--- a/Source/core/platform/LocalizedStrings.h
+++ b/Source/core/platform/LocalizedStrings.h
@@ -43,54 +43,6 @@ namespace WebCore {
String fileButtonNoFilesSelectedLabel();
String defaultDetailsSummaryText();
- String contextMenuItemTagOpenLinkInNewWindow();
- String contextMenuItemTagDownloadLinkToDisk();
- String contextMenuItemTagCopyLinkToClipboard();
- String contextMenuItemTagOpenImageInNewWindow();
- String contextMenuItemTagDownloadImageToDisk();
- String contextMenuItemTagCopyImageToClipboard();
- String contextMenuItemTagOpenFrameInNewWindow();
- String contextMenuItemTagCopy();
- String contextMenuItemTagGoBack();
- String contextMenuItemTagGoForward();
- String contextMenuItemTagStop();
- String contextMenuItemTagReload();
- String contextMenuItemTagCut();
- String contextMenuItemTagPaste();
- String contextMenuItemTagNoGuessesFound();
- String contextMenuItemTagIgnoreSpelling();
- String contextMenuItemTagLearnSpelling();
- String contextMenuItemTagSearchWeb();
- String contextMenuItemTagLookUpInDictionary(const String& selectedString);
- String contextMenuItemTagOpenLink();
- String contextMenuItemTagIgnoreGrammar();
- String contextMenuItemTagSpellingMenu();
- String contextMenuItemTagShowSpellingPanel(bool show);
- String contextMenuItemTagCheckSpelling();
- String contextMenuItemTagCheckSpellingWhileTyping();
- String contextMenuItemTagCheckGrammarWithSpelling();
- String contextMenuItemTagFontMenu();
- String contextMenuItemTagBold();
- String contextMenuItemTagItalic();
- String contextMenuItemTagUnderline();
- String contextMenuItemTagOutline();
- String contextMenuItemTagWritingDirectionMenu();
- String contextMenuItemTagTextDirectionMenu();
- String contextMenuItemTagDefaultDirection();
- String contextMenuItemTagLeftToRight();
- String contextMenuItemTagRightToLeft();
- String contextMenuItemTagOpenVideoInNewWindow();
- String contextMenuItemTagOpenAudioInNewWindow();
- String contextMenuItemTagCopyVideoLinkToClipboard();
- String contextMenuItemTagCopyAudioLinkToClipboard();
- String contextMenuItemTagToggleMediaControls();
- String contextMenuItemTagToggleMediaLoop();
- String contextMenuItemTagEnterVideoFullscreen();
- String contextMenuItemTagMediaPlay();
- String contextMenuItemTagMediaPause();
- String contextMenuItemTagMediaMute();
- String contextMenuItemTagInspectElement();
-
String searchMenuNoRecentSearchesText();
String searchMenuRecentSearchesText();
String searchMenuClearRecentSearchesText();

Powered by Google App Engine
This is Rietveld 408576698