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

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

Issue 9085006: Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac yet again Created 8 years, 12 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/testing_automation_provider.h
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 116244)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -388,11 +388,11 @@
base::DictionaryValue* args,
IPC::Message* reply_message);
- // Get info about infobars in the given TabContents object.
+ // Get info about infobars in the given WebContents object.
// This includes info about the type of infobars, the message text,
// buttons, etc.
// Caller owns the returned object.
- ListValue* GetInfobarsInfo(TabContents* tc);
+ ListValue* GetInfobarsInfo(content::WebContents* tc);
// Perform actions on an infobar like dismiss, accept, cancel.
// Uses the JSON interface for input/output.
@@ -855,7 +855,7 @@
// A key press is a combination of a "key down" event and a "key up" event.
// This function does not wait before returning.
void SendWebKeyPressEventAsync(int key_code,
- TabContents* tab_contents);
+ content::WebContents* web_contents);
// Launches the specified app from the currently-selected tab.
void LaunchApp(Browser* browser,
« no previous file with comments | « chrome/browser/automation/automation_util.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698