diff options
author | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 18:45:10 +0000 |
---|---|---|
committer | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 18:45:10 +0000 |
commit | 6cfef4d1548e36ecff926bdb148d9d497de4176c (patch) | |
tree | fcf9637bb52d1d9b156cd17fbde3c2360545abd5 /content | |
parent | 9b17bd207d0c4479b5b485cf5802b8b1634d7773 (diff) | |
download | chromium_src-6cfef4d1548e36ecff926bdb148d9d497de4176c.zip chromium_src-6cfef4d1548e36ecff926bdb148d9d497de4176c.tar.gz chromium_src-6cfef4d1548e36ecff926bdb148d9d497de4176c.tar.bz2 |
Revert 80026 - Support for fileBrowserPrivate extension file selection apis.
BUG=chromium-os:13045
TEST=NONE
Review URL: http://codereview.chromium.org/6712036
TBR=achuith@chromium.org
Review URL: http://codereview.chromium.org/6737034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80032 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/common/notification_type.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h index d6e71e4..f0b447d 100644 --- a/content/common/notification_type.h +++ b/content/common/notification_type.h @@ -1324,15 +1324,6 @@ class NotificationType { // Sent when the applications in the NTP app launcher have been reordered. EXTENSION_LAUNCHER_REORDERED, - // Sent when a single file is selected. - FILE_BROWSE_SELECTED, - - // Sent when multiple files are selected. - FILE_BROWSE_MULTI_SELECTED, - - // Sent when file dialog is cancelled. - FILE_BROWSE_CANCEL_DIALOG, - // Prerender notifications ------------------------------------------------- // Sent when a prerender::PrerenderContents starts prerendering. Source is // the process/route id pair for the RenderViewHost. There are no details. |