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

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

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
Index: chrome/renderer/spellchecker/spellcheck_provider_test.h
diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.h b/chrome/renderer/spellchecker/spellcheck_provider_test.h
index 8d1d7967b1a5a64d8c9b980bb0a5c7a4aed26051..5a9444880b9bab162dc906f2019752c42305e319 100644
--- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
+++ b/chrome/renderer/spellchecker/spellcheck_provider_test.h
@@ -43,7 +43,8 @@ class TestingSpellCheckProvider : public SpellCheckProvider {
virtual bool Send(IPC::Message* message) OVERRIDE;
void OnCallSpellingService(int route_id,
int identifier,
- const string16& text);
+ const string16& text,
+ const std::vector<SpellCheckMarker>& markers);
void ResetResult();
string16 text_;

Powered by Google App Engine
This is Rietveld 408576698