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

Unified Diff: apps/shell/test/shell_test.cc

Issue 335003003: Introduces AppActivity and handler of chrome.shell API. (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 | « apps/shell/browser/shell_desktop_controller.cc ('k') | athena/activity/public/activity_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/test/shell_test.cc
diff --git a/apps/shell/test/shell_test.cc b/apps/shell/test/shell_test.cc
index bdd19a7cf782dbf7f1209c768fd8d4ce63c962ac..c5ca5df71afc0b28257878fc0d08ac2d67fc4373 100644
--- a/apps/shell/test/shell_test.cc
+++ b/apps/shell/test/shell_test.cc
@@ -43,7 +43,7 @@ void AppShellTest::RunTestOnMainThreadLoop() {
TearDownOnMainThread();
// Clean up the app window.
- ShellDesktopController::instance()->CloseAppWindow();
+ ShellDesktopController::instance()->CloseAppWindows();
}
bool AppShellTest::LoadAndLaunchApp(const base::FilePath& app_dir) {
« no previous file with comments | « apps/shell/browser/shell_desktop_controller.cc ('k') | athena/activity/public/activity_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698