summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 18:13:10 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 18:13:10 +0000
commite6022ca66a35f529dd4f206ba8c882401619c9b9 (patch)
tree94c8432617d844648740470042caaf3bfacb8fbd /chrome/browser/browser.h
parent9cae6a30cd835001be45b411f8ace91005ceb988 (diff)
downloadchromium_src-e6022ca66a35f529dd4f206ba8c882401619c9b9.zip
chromium_src-e6022ca66a35f529dd4f206ba8c882401619c9b9.tar.gz
chromium_src-e6022ca66a35f529dd4f206ba8c882401619c9b9.tar.bz2
GTTF: Move more and more automation bits to TestingAutomationProvider
And now it seems to handle more automation messages than the original one. TEST=ui_tests, chrome_frame_tests BUG=52097 Review URL: http://codereview.chromium.org/3185030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 37885f5..2cfc560f 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -809,6 +809,7 @@ class Browser : public TabStripModelDelegate,
// TODO(beng): remove, and provide AutomationProvider a better way to access
// the LocationBarView's edit.
friend class AutomationProvider;
+ friend class TestingAutomationProvider;
// Returns the StatusBubble from the current toolbar. It is possible for
// this to return NULL if called before the toolbar has initialized.