| Index: chrome/browser/cocoa/first_run_dialog.h
|
| diff --git a/chrome/browser/cocoa/first_run_dialog.h b/chrome/browser/cocoa/first_run_dialog.h
|
| index 1f10bc11b66f3e3fc9b51fcc6064c24c0eab0510..0b3f07a6c053bae92776793701b56daf77e7c112 100644
|
| --- a/chrome/browser/cocoa/first_run_dialog.h
|
| +++ b/chrome/browser/cocoa/first_run_dialog.h
|
| @@ -15,6 +15,7 @@
|
| BOOL stats_enabled_;
|
| BOOL make_default_browser_;
|
| BOOL import_bookmarks_;
|
| + BOOL usage_stats_checkbox_hidden_;
|
| int browser_import_selected_index_;
|
| NSArray* browser_import_list_;
|
| }
|
|
|