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

Unified Diff: chrome/browser/apps/event_page_browsertest.cc

Issue 166573005: Rename apps::ShellWindow to apps::AppWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, nits (rename) Created 6 years, 10 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 | « chrome/browser/apps/ephemeral_app_browsertest.cc ('k') | chrome/browser/apps/web_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/event_page_browsertest.cc
diff --git a/chrome/browser/apps/event_page_browsertest.cc b/chrome/browser/apps/event_page_browsertest.cc
index 2799aeea10815c768fdf61d98daf4d78bb27956a..3cbcb77036e7b5e2f5eeff25c496d6496fb9966f 100644
--- a/chrome/browser/apps/event_page_browsertest.cc
+++ b/chrome/browser/apps/event_page_browsertest.cc
@@ -28,10 +28,10 @@ class AppEventPageTest : public PlatformAppBrowserTest {
content::NotificationService::AllSources());
// Close the app window.
- EXPECT_EQ(1U, GetShellWindowCount());
- apps::ShellWindow* shell_window = GetFirstShellWindow();
- ASSERT_TRUE(shell_window);
- CloseShellWindow(shell_window);
+ EXPECT_EQ(1U, GetAppWindowCount());
+ apps::AppWindow* app_window = GetFirstAppWindow();
+ ASSERT_TRUE(app_window);
+ CloseAppWindow(app_window);
// Verify that the event page is destroyed.
event_page_suspended.Wait();
« no previous file with comments | « chrome/browser/apps/ephemeral_app_browsertest.cc ('k') | chrome/browser/apps/web_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698