without_activation -> activate
This commit is contained in:
parent
52db43eee5
commit
f5bed87199
6 changed files with 24 additions and 18 deletions
|
@ -23,7 +23,7 @@ void OpenItem(const base::FilePath& full_path);
|
|||
|
||||
// Open the given external protocol URL in the desktop's default manner.
|
||||
// (For example, mailto: URLs in the default mail user agent.)
|
||||
bool OpenExternal(const GURL& url, const bool without_activation);
|
||||
bool OpenExternal(const GURL& url, bool activate);
|
||||
|
||||
// Move a file to trash.
|
||||
bool MoveItemToTrash(const base::FilePath& full_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue