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

Unified Diff: athena/activity/activity_manager_unittest.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/activity/DEPS ('k') | athena/activity/activity_view_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/activity_manager_unittest.cc
diff --git a/athena/activity/activity_manager_unittest.cc b/athena/activity/activity_manager_unittest.cc
new file mode 100644
index 0000000000000000000000000000000000000000..f94b6e8fe3d218847419f6e533a8b599ded8db2f
--- /dev/null
+++ b/athena/activity/activity_manager_unittest.cc
@@ -0,0 +1,15 @@
+/// 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/activity/public/activity_manager.h"
+
+#include "athena/activity/public/activity_factory.h"
+#include "athena/test/athena_test_base.h"
+
+typedef athena::test::AthenaTestBase ActivityManagerTest;
+
+TEST_F(ActivityManagerTest, Basic) {
+ athena::ActivityManager::Get()->AddActivity(
+ athena::ActivityFactory::Get()->CreateWebActivity(NULL, GURL()));
+}
« no previous file with comments | « athena/activity/DEPS ('k') | athena/activity/activity_view_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698