Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: athena/activity/public/activity_factory.h

Issue 544813002: Support V1 app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698