| Index: webkit/glue/webpreferences.h
|
| diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
|
| index 663d2b2b0bd1366705c3e261f9f1bf4dc9fe9c9e..0a2a54457e006b4d650eb4dfc5162a9740020e8f 100644
|
| --- a/webkit/glue/webpreferences.h
|
| +++ b/webkit/glue/webpreferences.h
|
| @@ -52,8 +52,6 @@ struct WebPreferences {
|
| 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.
|
| bool user_style_sheet_enabled;
|
| GURL user_style_sheet_location;
|
| bool allow_universal_access_from_file_urls;
|
|
|