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

Unified Diff: chrome/browser/cocoa/first_run_dialog.h

Issue 165387: Fix several bugs in First Run. (Closed)
Patch Set: Created 11 years, 4 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: 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_;
}

Powered by Google App Engine
This is Rietveld 408576698