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

Unified Diff: webkit/glue/webpreferences.h

Issue 8554002: Added a switch to enable a unified text checker and asynchronous (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix Created 9 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 | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index 5cf7aa03cded968cff9cd8811c1ca8cafcdce72c..5dc3d36b10f2511ab1f86c3e285711a12dd69a98 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -88,6 +88,7 @@ struct WebPreferences {
bool show_composited_layer_tree;
bool show_fps_counter;
bool asynchronous_spell_checking_enabled;
+ bool unified_textchecker_enabled;
bool accelerated_compositing_enabled;
bool threaded_compositing_enabled;
bool force_compositing_mode;
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698