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

Unified Diff: chrome/renderer/spellchecker/spellcheck_provider_test.cc

Issue 15318004: Store feedback for spellcheck results from spelling service (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments 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
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_provider_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/spellchecker/spellcheck_provider_test.cc
diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.cc b/chrome/renderer/spellchecker/spellcheck_provider_test.cc
index c4ee404ff627336da516e5ddb731e0df53067369..b0c06c28089564c0499b512773b1ef2649f4be39 100644
--- a/chrome/renderer/spellchecker/spellcheck_provider_test.cc
+++ b/chrome/renderer/spellchecker/spellcheck_provider_test.cc
@@ -5,6 +5,7 @@
#include "chrome/renderer/spellchecker/spellcheck_provider_test.h"
#include "base/stl_util.h"
+#include "chrome/common/spellcheck_marker.h"
#include "chrome/common/spellcheck_messages.h"
#include "chrome/renderer/spellchecker/spellcheck.h"
#include "ipc/ipc_message_macros.h"
@@ -60,7 +61,8 @@ bool TestingSpellCheckProvider::Send(IPC::Message* message) {
void TestingSpellCheckProvider::OnCallSpellingService(int route_id,
int identifier,
- const string16& text) {
+ const string16& text,
+ const std::vector<SpellCheckMarker>& markers) {
#if defined (OS_MACOSX)
NOTREACHED();
#else
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_provider_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698