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

Unified Diff: ash/shell_delegate.h

Issue 10191010: Re-implement the screensaver to use WebView instead of ExtensionDialogHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ut fix. Created 8 years, 8 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 | « ash/shell/window_type_launcher.cc ('k') | ash/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index b08b0f8c52a91beef18a39ef476ef3617ead34cf..43c15936b0353c115368b5e3f9d663c52325402c 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -71,6 +71,9 @@ 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 when the user presses a shortcut to toggle spoken feedback
// for accessibility.
virtual void ToggleSpokenFeedback() = 0;
« no previous file with comments | « ash/shell/window_type_launcher.cc ('k') | ash/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698