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

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

Issue 10536058: TabContentsWrapper -> TabContents, part 6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetOwningTabContentsForWebContents Created 8 years, 6 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_util.h
diff --git a/chrome/browser/automation/automation_util.h b/chrome/browser/automation/automation_util.h
index 8a63c8e86b8ee2028ce298f1bcaa2eb1fdc8a930..a611288c30440e7e857b65daca11676ee7b7ec8b 100644
--- a/chrome/browser/automation/automation_util.h
+++ b/chrome/browser/automation/automation_util.h
@@ -16,7 +16,6 @@ class Browser;
class GURL;
class Profile;
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace content {
class RenderViewHost;
@@ -93,7 +92,7 @@ bool SendErrorIfModalDialogActive(AutomationProvider* provider,
IPC::Message* message);
// Returns a valid automation ID for the given tab.
-AutomationId GetIdForTab(const TabContentsWrapper* tab);
+AutomationId GetIdForTab(const TabContents* tab);
// Returns a valid automation ID for the extension view.
AutomationId GetIdForExtensionView(

Powered by Google App Engine
This is Rietveld 408576698