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

Unified Diff: webkit/tools/test_shell/mock_spellcheck.h

Issue 5363002: Revert 67248 - TestShell: Backported EventSender.contextClick() improvement t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « webkit/tools/test_shell/event_sending_controller.cc ('k') | webkit/tools/test_shell/mock_spellcheck.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/mock_spellcheck.h
===================================================================
--- webkit/tools/test_shell/mock_spellcheck.h (revision 67250)
+++ webkit/tools/test_shell/mock_spellcheck.h (working copy)
@@ -6,7 +6,6 @@
#define WEBKIT_TOOLS_TEST_SHELL_MOCK_SPELLCHECK_H_
#include <map>
-#include <vector>
#include "base/string16.h"
@@ -33,10 +32,6 @@
int* misspelledOffset,
int* misspelledLength);
- // Emulates suggestions for misspelled words.
- // The suggestions are pushed to |suggestions| parameters.
- void FillSuggestions(const string16& word,
- std::vector<string16>* suggestions);
private:
// Initialize the internal resources if we need to initialize it.
// Initializing this object may take long time. To prevent from hurting
« no previous file with comments | « webkit/tools/test_shell/event_sending_controller.cc ('k') | webkit/tools/test_shell/mock_spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698