Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / ui / apps / directory_access_confirmation_dialog.h
blobc0a40b6df6c1228a235bead62ca98e84343beadb
1 // Copyright 2013 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 #ifndef CHROME_BROWSER_UI_APPS_DIRECTORY_ACCESS_CONFIRMATION_DIALOG_H_
6 #define CHROME_BROWSER_UI_APPS_DIRECTORY_ACCESS_CONFIRMATION_DIALOG_H_
8 #include "base/callback_forward.h"
9 #include "base/strings/string16.h"
11 namespace content {
12 class WebContents;
15 void CreateDirectoryAccessConfirmationDialog(bool writable,
16 const base::string16& app_name,
17 content::WebContents* web_contents,
18 const base::Closure& on_accept,
19 const base::Closure& on_cancel);
21 #endif // CHROME_BROWSER_UI_APPS_DIRECTORY_ACCESS_CONFIRMATION_DIALOG_H_