Chromium Code Reviews| Index: content/browser/resource_context.h |
| =================================================================== |
| --- content/browser/resource_context.h (revision 90024) |
| +++ content/browser/resource_context.h (working copy) |
| @@ -71,6 +71,9 @@ |
| HostZoomMap* host_zoom_map() const; |
| void set_host_zoom_map(HostZoomMap* host_zoom_map); |
| + bool safe_browsing_enabled() const; |
| + void set_safe_browsing_enabled(bool safe_browsing_enabled); |
|
mattm
2011/06/23 01:24:25
since safebrowsing is under chrome/ I guess this m
Miranda Callahan
2011/06/23 14:05:26
Done.
|
| + |
| // ======================================================================= |
| // TODO(willchan): These don't belong in content/. Remove them eventually. |
| @@ -104,6 +107,8 @@ |
| base::WeakPtr<prerender::PrerenderManager> prerender_manager_; |
| + bool safe_browsing_enabled_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(ResourceContext); |
| }; |