diff options
author | caseq@google.com <caseq@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-02 12:04:16 +0000 |
---|---|---|
committer | caseq@google.com <caseq@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-02 12:04:16 +0000 |
commit | 5defceece89b1953c722c479b8b0505045e01733 (patch) | |
tree | 7dd4144cced43dc34fc3c30af459c5fe60f89a0a /ash/shell_delegate.h | |
parent | ed7bbb53170c3d54dfbd393c79fae6539fbab358 (diff) | |
download | chromium_src-5defceece89b1953c722c479b8b0505045e01733.zip chromium_src-5defceece89b1953c722c479b8b0505045e01733.tar.gz chromium_src-5defceece89b1953c722c479b8b0505045e01733.tar.bz2 |
Revert r134889, "Re-implement the screensaver to use WebView instead of ExtensionDialogHost."
The original change broke Win Aura and 3 Linux CrOs builders.
TBR=rkc@chromium.org,finnur@chromium.org
BUG=chromium-os:28211
TEST=tree goes green
Review URL: https://chromiumcodereview.appspot.com/10314008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r-- | ash/shell_delegate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h index 9cbe304..0a86aa3 100644 --- a/ash/shell_delegate.h +++ b/ash/shell_delegate.h @@ -71,9 +71,6 @@ class ASH_EXPORT ShellDelegate { // Invoked when the user needs to set up mobile networking. virtual void OpenMobileSetup() = 0; - // Get the current browser context. This will get us the current profile. - virtual content::BrowserContext* GetCurrentBrowserContext() = 0; - // Invoked to create an AppListViewDelegate. Shell takes the ownership of // the created delegate. virtual AppListViewDelegate* CreateAppListViewDelegate() = 0; |