summaryrefslogtreecommitdiffstats
path: root/apps/shell_window.h
diff options
context:
space:
mode:
authorrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 19:34:44 +0000
committerrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 19:34:44 +0000
commitc0c271b6a40225a489c74e89d7eb128194a3c1dc (patch)
treec60e32d4211ac3890328beff656b145ad23bfabc /apps/shell_window.h
parent008026df321d960ebfbdb0e3d2dd6e1b0e622caf (diff)
downloadchromium_src-c0c271b6a40225a489c74e89d7eb128194a3c1dc.zip
chromium_src-c0c271b6a40225a489c74e89d7eb128194a3c1dc.tar.gz
chromium_src-c0c271b6a40225a489c74e89d7eb128194a3c1dc.tar.bz2
Revert 227677 - Trigger visibilitychange events on app container state changes
Original CL: https://codereview.chromium.org/23473005/ BUG=312430 Review URL: https://codereview.chromium.org/54643005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/shell_window.h')
-rw-r--r--apps/shell_window.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/shell_window.h b/apps/shell_window.h
index 103eb1b..8e1eff2 100644
--- a/apps/shell_window.h
+++ b/apps/shell_window.h
@@ -254,7 +254,7 @@ class ShellWindow : public content::NotificationObserver,
void OnNativeClose();
// Should be called by native implementations when the window size, position,
- // minimized/maximized, or visibility state has changed.
+ // or minimized/maximized state has changed.
void OnNativeWindowChanged();
// Should be called by native implementations when the window is activated.
@@ -431,9 +431,6 @@ class ShellWindow : public content::NotificationObserver,
// Fullscreen entered by HTML requestFullscreen.
bool fullscreen_for_tab_;
- // The window content is visible.
- bool is_content_visible_;
-
// Size constraints on the window.
SizeConstraints size_constraints_;