| Index: athena/activity/public/activity_factory.h
|
| diff --git a/athena/activity/public/activity_factory.h b/athena/activity/public/activity_factory.h
|
| index 91f1ec79bcfac04aeff112ab1652bbf4186a0d06..a8ca4af5cfff745366043d0a672704dbf54098a1 100644
|
| --- a/athena/activity/public/activity_factory.h
|
| +++ b/athena/activity/public/activity_factory.h
|
| @@ -33,8 +33,10 @@ class ATHENA_EXPORT ActivityFactory {
|
|
|
| virtual ~ActivityFactory() {}
|
|
|
| - // Create an activity of a web page.
|
| + // Create an activity of a web page. If |title| is empty, the title will be
|
| + // obtained from the web contents.
|
| virtual Activity* CreateWebActivity(content::BrowserContext* browser_context,
|
| + const base::string16& title,
|
| const GURL& url) = 0;
|
|
|
| // Create an activity of an app with |app_window| for app shell environemnt.
|
|
|