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

Unified Diff: chrome/browser/ui/views/aura/chrome_shell_delegate.h

Issue 8772041: Remove deprecated TabContentsDelegate::OpenURLFromTab variant (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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
Index: chrome/browser/ui/views/aura/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/views/aura/chrome_shell_delegate.h b/chrome/browser/ui/views/aura/chrome_shell_delegate.h
index 7ab5217a7fa613e0fa2f65c2a6dc6705d6d9faea..9c1a58543dcdbf902cda7360847f671695c89bed 100644
--- a/chrome/browser/ui/views/aura/chrome_shell_delegate.h
+++ b/chrome/browser/ui/views/aura/chrome_shell_delegate.h
@@ -14,6 +14,7 @@
class Browser;
class StatusAreaHostAura;
+class StatusAreaView;
namespace views {
class View;
@@ -26,7 +27,7 @@ class ChromeShellDelegate : public aura_shell::ShellDelegate {
static ChromeShellDelegate* instance() { return instance_; }
- views::View* GetStatusAreaForTest();
+ StatusAreaView* GetStatusArea();
// Returns whether a launcher item should be created for |browser|. If an item
// should be created |type| is set to the launcher type to create.
« no previous file with comments | « chrome/browser/ui/search_engines/search_engine_tab_helper.cc ('k') | chrome/browser/ui/views/aura/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698