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

Unified Diff: athena/main/placeholder.cc

Issue 544813002: Support V1 app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/main/placeholder.cc
diff --git a/athena/main/placeholder.cc b/athena/main/placeholder.cc
index 7bdc086568544f581824d40feb928ea068255e57..d29f1ab292660b285367b263316cc9d39919c48a 100644
--- a/athena/main/placeholder.cc
+++ b/athena/main/placeholder.cc
@@ -18,8 +18,8 @@ void CreateTestPages(content::BrowserContext* browser_context) {
};
for (size_t i = 0; i < arraysize(kTestURLs); ++i) {
athena::ActivityManager::Get()->AddActivity(
- athena::ActivityFactory::Get()->CreateWebActivity(browser_context,
- GURL(kTestURLs[i])));
+ athena::ActivityFactory::Get()->CreateWebActivity(
+ browser_context, base::string16(), GURL(kTestURLs[i])));
}
}

Powered by Google App Engine
This is Rietveld 408576698