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

Unified Diff: apps/app_lifetime_monitor.cc

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 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
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_lifetime_monitor.cc
diff --git a/apps/app_lifetime_monitor.cc b/apps/app_lifetime_monitor.cc
index 16323e9f4872f316fb9475d6ddff7e985352b8f4..572f74dbeafda7c1491fb72f3814f4f9ad224c91 100644
--- a/apps/app_lifetime_monitor.cc
+++ b/apps/app_lifetime_monitor.cc
@@ -91,7 +91,7 @@ void AppLifetimeMonitor::OnAppWindowHidden(AppWindow* app_window) {
}
void AppLifetimeMonitor::OnAppWindowShown(AppWindow* app_window) {
- if (app_window->window_type() != AppWindow::WINDOW_TYPE_DEFAULT)
+ if (app_window->window_type() != native_app_window::WINDOW_TYPE_DEFAULT)
return;
if (HasVisibleAppWindows(app_window))
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698