Check USB device path access when prompting users to select a device.
[chromium-blink-merge.git] / chrome / browser / ui / cocoa / download / download_show_all_button.h
blob6e1afe1b98d30c1cfcf819bb07b4b888bb851ed0
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #import <Cocoa/Cocoa.h>
7 #import "chrome/browser/ui/cocoa/themed_window.h"
9 // The "Show All" button on the download shelf. This is a subclass for custom
10 // -sizeToFit logic.
11 @interface DownloadShowAllButton : NSButton<ThemedWindowDrawing>
12 @end