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

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

Issue 160341: First cut at Firefox import on OSX + stubs for Safari import. (Closed)
Patch Set: Address Stuart's comments. Created 11 years, 5 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 f7f2a11c6dbc34099d1059669ebf00693613098c..5e5bd1e42ce28a4e2172ca4d7e4f9675d20e5b0e 100644
--- a/chrome/browser/cocoa/first_run_dialog.h
+++ b/chrome/browser/cocoa/first_run_dialog.h
@@ -16,6 +16,7 @@
BOOL make_default_browser_;
BOOL import_bookmarks_;
int browser_import_selected_index_;
+ NSArray* browser_import_list_;
}
// Called when the "Start Google Chrome" button is pressed.
@@ -33,6 +34,7 @@
@property(assign) BOOL makeDefaultBrowser;
@property(assign) BOOL importBookmarks;
@property(assign) int browserImportSelectedIndex;
+@property(retain) NSArray* browserImportList;
@end

Powered by Google App Engine
This is Rietveld 408576698