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

Unified Diff: athena/main/placeholder_content.cc

Issue 314303004: Use webview in web activity (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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
« no previous file with comments | « athena/main/placeholder_content.h ('k') | athena/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/placeholder_content.cc
diff --git a/athena/main/placeholder_content.cc b/athena/main/placeholder_content.cc
deleted file mode 100644
index c3ff97e189e11fa26db53be5c4fd8e6f6d6dd26f..0000000000000000000000000000000000000000
--- a/athena/main/placeholder_content.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "athena/main/placeholder_content.h"
-
-#include "athena/activity/public/activity_factory.h"
-#include "athena/activity/public/activity_manager.h"
-
-void CreateTestPages(content::BrowserContext* browser_context) {
- const char* kTestURLs[] = {
- "http://cyan.bikeshed.com", "https://news.google.com",
- "http://blue.bikeshed.com", "https://www.google.com",
- };
- for (size_t i = 0; i < arraysize(kTestURLs); ++i) {
- athena::ActivityManager::Get()->AddActivity(
- athena::ActivityFactory::Get()->CreateWebActivity(
- browser_context, GURL(kTestURLs[i])));
- }
-}
« no previous file with comments | « athena/main/placeholder_content.h ('k') | athena/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698