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

Side by Side Diff: chrome/browser/file_select_helper.h

Issue 6485017: Carnitas: move browser/ui/shell_dialogs.{h,cc} to browser/ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2 more cases Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/extensions_ui.h ('k') | chrome/browser/file_select_helper.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FILE_SELECT_HELPER_H_ 5 #ifndef CHROME_BROWSER_FILE_SELECT_HELPER_H_
6 #define CHROME_BROWSER_FILE_SELECT_HELPER_H_ 6 #define CHROME_BROWSER_FILE_SELECT_HELPER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <vector> 9 #include <vector>
10 10
11 #include "chrome/browser/shell_dialogs.h" 11 #include "chrome/browser/ui/shell_dialogs.h"
12 #include "chrome/common/notification_observer.h" 12 #include "chrome/common/notification_observer.h"
13 #include "chrome/common/notification_registrar.h" 13 #include "chrome/common/notification_registrar.h"
14 #include "net/base/directory_lister.h" 14 #include "net/base/directory_lister.h"
15 15
16 class Profile; 16 class Profile;
17 class RenderViewHost; 17 class RenderViewHost;
18 struct ViewHostMsg_RunFileChooser_Params; 18 struct ViewHostMsg_RunFileChooser_Params;
19 19
20 class FileSelectHelper 20 class FileSelectHelper
21 : public SelectFileDialog::Listener, 21 : public SelectFileDialog::Listener,
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 // as the listing proceeds. 74 // as the listing proceeds.
75 std::vector<FilePath> directory_lister_results_; 75 std::vector<FilePath> directory_lister_results_;
76 76
77 // Registrar for notifications regarding our RenderViewHost. 77 // Registrar for notifications regarding our RenderViewHost.
78 NotificationRegistrar notification_registrar_; 78 NotificationRegistrar notification_registrar_;
79 79
80 DISALLOW_COPY_AND_ASSIGN(FileSelectHelper); 80 DISALLOW_COPY_AND_ASSIGN(FileSelectHelper);
81 }; 81 };
82 82
83 #endif // CHROME_BROWSER_FILE_SELECT_HELPER_H_ 83 #endif // CHROME_BROWSER_FILE_SELECT_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extensions_ui.h ('k') | chrome/browser/file_select_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698