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

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 7006010: Change InfoBar-related notifications to be sourced from a TabContentsWrapper, not a TabContents. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
Index: chrome/browser/automation/automation_provider_observers.h
===================================================================
--- chrome/browser/automation/automation_provider_observers.h (revision 87541)
+++ chrome/browser/automation/automation_provider_observers.h (working copy)
@@ -698,7 +698,7 @@
public:
InfoBarCountObserver(AutomationProvider* automation,
IPC::Message* reply_message,
- TabContents* tab_contents,
+ TabContentsWrapper* tab_contents,
size_t target_count);
virtual ~InfoBarCountObserver();
@@ -715,7 +715,7 @@
NotificationRegistrar registrar_;
base::WeakPtr<AutomationProvider> automation_;
scoped_ptr<IPC::Message> reply_message_;
- TabContents* tab_contents_;
+ TabContentsWrapper* tab_contents_;
const size_t target_count_;

Powered by Google App Engine
This is Rietveld 408576698