summaryrefslogtreecommitdiffstats
path: root/apps/ui
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/ui
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/ui')
-rw-r--r--apps/ui/native_app_window.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/ui/native_app_window.h b/apps/ui/native_app_window.h
index 37fbfbe..222a680 100644
--- a/apps/ui/native_app_window.h
+++ b/apps/ui/native_app_window.h
@@ -55,9 +55,6 @@ class NativeAppWindow : public ui::BaseWindow,
// borders) and the content bounds, if any.
virtual gfx::Insets GetFrameInsets() const = 0;
- // Indicate whether or not the window is visible.
- virtual bool IsVisible() const = 0;
-
// Hide or show this window as part of hiding or showing the app.
// This may have different logic to Hide, Show, and ShowInactive as those are
// called via the AppWindow javascript API.