| Index: apps/app_window_contents.h
|
| diff --git a/apps/app_window_contents.h b/apps/app_window_contents.h
|
| index 80b95de3d6793ed4f67686184e9d431dcddda17a..e538dc61c70b347bc4895a4fb3a10a565e469b1d 100644
|
| --- a/apps/app_window_contents.h
|
| +++ b/apps/app_window_contents.h
|
| @@ -61,6 +61,7 @@ class AppWindowContents : public ShellWindowContents,
|
| void OnRequest(const ExtensionHostMsg_Request_Params& params);
|
| void UpdateDraggableRegions(
|
| const std::vector<extensions::DraggableRegion>& regions);
|
| + void LaunchAppWithUrl(const GURL& url, const GURL& referrer_url) const;
|
| void SuspendRenderViewHost(content::RenderViewHost* rvh);
|
|
|
| ShellWindow* host_; // This class is owned by |host_|
|
|
|