| Index: win8/metro_driver/chrome_app_view_ash.h
|
| diff --git a/win8/metro_driver/chrome_app_view_ash.h b/win8/metro_driver/chrome_app_view_ash.h
|
| index 57f20b95c41b40dc91934a43a103829aa01dc5ec..a20eecc4d495e2be14f21689f6b93879c616ab80 100644
|
| --- a/win8/metro_driver/chrome_app_view_ash.h
|
| +++ b/win8/metro_driver/chrome_app_view_ash.h
|
| @@ -46,6 +46,7 @@ class ChromeAppViewAsh
|
| // Returns S_OK on success.
|
| static HRESULT Unsnap();
|
|
|
| + void OnOpenURLOnDesktop(const string16& shortcut, const string16& url);
|
| void OnSetCursor(HCURSOR cursor);
|
| void OnDisplayFileOpenDialog(const string16& title,
|
| const string16& filter,
|
|
|