diff options
Diffstat (limited to 'chrome/browser/tab_contents/spelling_menu_observer.h')
-rw-r--r-- | chrome/browser/tab_contents/spelling_menu_observer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/spelling_menu_observer.h b/chrome/browser/tab_contents/spelling_menu_observer.h index 445312c..a5f2339 100644 --- a/chrome/browser/tab_contents/spelling_menu_observer.h +++ b/chrome/browser/tab_contents/spelling_menu_observer.h @@ -53,6 +53,7 @@ class SpellingMenuObserver : public RenderViewContextMenuObserver { // misspelled word. void OnTextCheckComplete( int tag, + bool success, const std::vector<SpellCheckResult>& results); private: |