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

Unified Diff: webkit/api/src/ContextMenuClientImpl.cpp

Issue 338002: Renamed WebContextMenuClientImpl -> ContextMenuClientImpl (Closed)
Patch Set: Created 11 years, 2 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: webkit/api/src/ContextMenuClientImpl.cpp
diff --git a/webkit/api/src/WebContextMenuClientImpl.cpp b/webkit/api/src/ContextMenuClientImpl.cpp
similarity index 98%
rename from webkit/api/src/WebContextMenuClientImpl.cpp
rename to webkit/api/src/ContextMenuClientImpl.cpp
index e8c36c3335aa18794c4f36b4143f44749c393d79..1a34c19358879c709360f61ec6fb4c5e51f6c16b 100644
--- a/webkit/api/src/WebContextMenuClientImpl.cpp
+++ b/webkit/api/src/ContextMenuClientImpl.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "WebContextMenuClientImpl.h"
+#include "ContextMenuClientImpl.h"
#include "ContextMenu.h"
#include "Document.h"
@@ -135,7 +135,7 @@ static String selectMisspelledWord(const ContextMenu* defaultMenu, Frame* select
return misspelledWord;
}
-PlatformMenuDescription WebContextMenuClientImpl::getCustomMenuFromDefaultItems(
+PlatformMenuDescription ContextMenuClientImpl::getCustomMenuFromDefaultItems(
ContextMenu* defaultMenu)
{
// Displaying the context menu in this function is a big hack as we don't

Powered by Google App Engine
This is Rietveld 408576698