diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 03:47:26 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 03:47:26 +0000 |
commit | 915344d9e1057eaa4bb8aa62bfdbaafb94234bf0 (patch) | |
tree | e99ba08337d85864bdf026ede1648c88a513585c /chrome/browser/ui/extensions/shell_window.h | |
parent | c16c02f0b5ae36eba204137329494820620488e3 (diff) | |
download | chromium_src-915344d9e1057eaa4bb8aa62bfdbaafb94234bf0.zip chromium_src-915344d9e1057eaa4bb8aa62bfdbaafb94234bf0.tar.gz chromium_src-915344d9e1057eaa4bb8aa62bfdbaafb94234bf0.tar.bz2 |
Revert r140472 and r140475.
r140472 broke Chromium OS Tests 2: http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%282%29&number=3037
Revert "Fix linux_chromeos_clang build break."
This reverts commit 3e2d2fc688f3b53aad07d1823659de1e72874e95.
Revert "[win] Make the HTML5 fullscreen API work in system apps."
This reverts commit 84aa895cec5487b872e954ddb6702f448501cddd.
BUG=None
TEST=./out/Debug/browser_tests --gtest_filter='*LaunchPinned*' pass
TBR=jeremya@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10531003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/extensions/shell_window.h')
-rw-r--r-- | chrome/browser/ui/extensions/shell_window.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h index ec2918e..669dc7d 100644 --- a/chrome/browser/ui/extensions/shell_window.h +++ b/chrome/browser/ui/extensions/shell_window.h @@ -76,9 +76,6 @@ class ShellWindow : public content::NotificationObserver, // startup and from within UpdateWindowTitle(). virtual string16 GetTitle() const; - virtual void SetFullscreen(bool fullscreen) {} - virtual bool IsFullscreenOrPending() const; - private: // PlatformAppBrowserTest needs access to web_contents() friend class PlatformAppBrowserTest; @@ -108,10 +105,6 @@ class ShellWindow : public content::NotificationObserver, content::WebContents* source, const gfx::Rect& pos) OVERRIDE; virtual void NavigationStateChanged(const content::WebContents* source, unsigned changed_flags) OVERRIDE; - virtual void ToggleFullscreenModeForTab(content::WebContents* source, - bool enter_fullscreen) OVERRIDE; - virtual bool IsFullscreenForTabOrPending( - const content::WebContents* source) const OVERRIDE; // content::NotificationObserver implementation. virtual void Observe(int type, |