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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 3209002: Input file type now supported in extension popups. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Synced Created 10 years, 3 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/tab_contents/tab_contents.h
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
index 0dd05cf21514f2841ad9d87aa8af3c887d500da8..94b2ca7ea1ac66f57d40945a60494d6d152e7e7f 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -69,6 +69,7 @@ class BlockedPopupContainer;
class DOMUI;
class DownloadItem;
class Extension;
+class FileSelectHelper;
class InfoBarDelegate;
class LoadNotificationDetails;
class MatchPreview;
@@ -82,7 +83,6 @@ class SiteInstance;
class SkBitmap;
class TabContents;
class TabContentsDelegate;
-class TabContentsFileSelectHelper;
class TabContentsSSLHelper;
class TabContentsView;
class URLPattern;
@@ -1074,8 +1074,8 @@ class TabContents : public PageNavigator,
// BlockedPluginManager, lazily created.
scoped_ptr<BlockedPluginManager> blocked_plugin_manager_;
- // TabContentsFileSelectHelper, lazily created.
- scoped_ptr<TabContentsFileSelectHelper> file_select_helper_;
+ // FileSelectHelper, lazily created.
+ scoped_ptr<FileSelectHelper> file_select_helper_;
// Handles drag and drop event forwarding to extensions.
BookmarkDrag* bookmark_drag_;
« no previous file with comments | « chrome/browser/renderer_host/render_view_host_delegate.h ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698