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

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

Issue 20179: Reverting 9388. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.h
===================================================================
--- chrome/browser/automation/automation_provider.h (revision 9391)
+++ chrome/browser/automation/automation_provider.h (working copy)
@@ -30,7 +30,6 @@
class LoginHandler;
class NavigationControllerRestoredObserver;
-class ExternalTabContainer;
class AutomationProvider : public base::RefCounted<AutomationProvider>,
public IPC::Channel::Listener,
@@ -249,8 +248,6 @@
void ProcessUnhandledAccelerator(const IPC::Message& message, int handle,
const MSG& msg);
- void SetInitialFocus(const IPC::Message& message, int handle, bool reverse);
-
// See comment in AutomationMsg_WaitForTabToBeRestored.
void WaitForTabToBeRestored(const IPC::Message& message, int tab_handle);
@@ -373,8 +370,6 @@
// is not of the WebContents type.
WebContents* GetWebContentsForHandle(int handle, NavigationController** tab);
- ExternalTabContainer* GetExternalTabForHandle(int handle);
-
// Callback for history redirect queries.
virtual void OnRedirectQueryComplete(
HistoryService::Handle request_handle,
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698