summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 18:49:02 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 18:49:02 +0000
commitf5b3bda9fea3606111ed4e1b7cb36df44e8448b7 (patch)
treef7722c67414ae3fb0f7a8f780eaee8d3c70748ce /chrome/common
parent16e785bf7ae2d1910d38e0e5843acd4648d50b21 (diff)
downloadchromium_src-f5b3bda9fea3606111ed4e1b7cb36df44e8448b7.zip
chromium_src-f5b3bda9fea3606111ed4e1b7cb36df44e8448b7.tar.gz
chromium_src-f5b3bda9fea3606111ed4e1b7cb36df44e8448b7.tar.bz2
UI test string portage.
These files now compile on linux (but they don't link) and they still pass windows. When Pawel gets done with his changes to UI test stuff, we should be able to just enable these tests. The changes to chrome.gyp are just to fix lint errors. Review URL: http://codereview.chromium.org/63149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index a42cc96..5878197 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -44,10 +44,6 @@ void AutomationProvider::GetFocusedViewID(int handle, int* view_id) {
NOTIMPLEMENTED();
}
-void AutomationProvider::OpenNewBrowserWindow(int show_command) {
- NOTIMPLEMENTED();
-}
-
void AutomationProvider::GetAutocompleteEditForBrowser(
int browser_handle,
bool* success,