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

Unified Diff: chrome/browser/extensions/api/developer_private/entry_picker.h

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
Patch Set: . Created 7 years, 10 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/extensions/api/developer_private/entry_picker.h
diff --git a/chrome/browser/extensions/api/developer_private/entry_picker.h b/chrome/browser/extensions/api/developer_private/entry_picker.h
index 91aa3a98f3a71d3bd1c4332cab8a7d4c11d44c54..e284a9ef1b462055d7e131df9a883af5e2c71ac8 100644
--- a/chrome/browser/extensions/api/developer_private/entry_picker.h
+++ b/chrome/browser/extensions/api/developer_private/entry_picker.h
@@ -29,7 +29,9 @@ class EntryPicker : public ui::SelectFileDialog::Listener {
content::WebContents* web_contents,
ui::SelectFileDialog::Type picker_type,
const base::FilePath& last_directory,
- const string16& select_title);
+ const string16& select_title,
+ const ui::SelectFileDialog::FileTypeInfo& info,
+ int file_type_index);
// Allow picker UI to be skipped in testing.
static void SkipPickerAndAlwaysSelectPathForTest(base::FilePath* path);

Powered by Google App Engine
This is Rietveld 408576698