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

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

Issue 9030010: Move most of the remaining users of WebContentsObserver::tab_contents() to use web_contents(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider_observers.h
===================================================================
--- chrome/browser/automation/automation_provider_observers.h (revision 115777)
+++ chrome/browser/automation/automation_provider_observers.h (working copy)
@@ -74,14 +74,18 @@
}
#endif // defined(OS_CHROMEOS)
+namespace IPC {
+class Message;
+}
+
+namespace content {
+class WebContents;
+}
+
namespace history {
class TopSites;
}
-namespace IPC {
-class Message;
-}
-
namespace policy {
class BrowserPolicyConnector;
}
@@ -686,7 +690,7 @@
public:
PageTranslatedObserver(AutomationProvider* automation,
IPC::Message* reply_message,
- TabContents* tab_contents);
+ content::WebContents* web_contents);
virtual ~PageTranslatedObserver();
// content::NotificationObserver interface.
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698