| Index: chrome/common/platform_util.h
|
| ===================================================================
|
| --- chrome/common/platform_util.h (revision 24928)
|
| +++ chrome/common/platform_util.h (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include "base/string16.h"
|
|
|
| class FilePath;
|
| +class GURL;
|
|
|
| namespace platform_util {
|
|
|
| @@ -18,6 +19,10 @@
|
| // Open the given file in the desktop's default manner.
|
| void OpenItem(const 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.)
|
| +void OpenExternal(const GURL& url);
|
| +
|
| // Get the top level window for the native view. This can return NULL.
|
| gfx::NativeWindow GetTopLevel(gfx::NativeView view);
|
|
|
|
|
| Property changes on: chrome/common/platform_util.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|