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

Unified Diff: chrome/browser/tab_contents/spellchecker_submenu_observer.h

Issue 8422006: Adds a bubble that asks a user whether to integrate the Spelling service. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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: chrome/browser/tab_contents/spellchecker_submenu_observer.h
===================================================================
--- chrome/browser/tab_contents/spellchecker_submenu_observer.h (revision 108037)
+++ chrome/browser/tab_contents/spellchecker_submenu_observer.h (working copy)
@@ -44,6 +44,9 @@
// Whether spellchecking is enabled in the focused element or not.
bool spellcheck_enabled_;
+ // Whether we integrate the spelling service to Chrome.
+ bool integrate_spelling_service_;
+
// The radio items representing languages available for spellchecking.
int language_group_;
int language_selected_;
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.cc ('k') | chrome/browser/tab_contents/spellchecker_submenu_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698