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

Unified Diff: webkit/glue/webpreferences.h

Issue 212004: Implement WebKitTabToLinksPreferenceKey for the test_shell.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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: webkit/glue/webpreferences.h
===================================================================
--- webkit/glue/webpreferences.h (revision 26446)
+++ webkit/glue/webpreferences.h (working copy)
@@ -48,6 +48,7 @@
bool databases_enabled;
bool session_storage_enabled;
bool application_cache_enabled;
+ bool tabs_to_links;
// TODO(tc): User style sheets will not work in chrome because it tries to
// load the style sheet using a request without a frame.
@@ -91,6 +92,7 @@
databases_enabled(false),
session_storage_enabled(false),
application_cache_enabled(false),
+ tabs_to_links(true),
user_style_sheet_enabled(false),
allow_universal_access_from_file_urls(false) {
}

Powered by Google App Engine
This is Rietveld 408576698