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

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 62117: linux: pass a bunch more ui tests. (Closed)
Patch Set: more tests Created 11 years, 8 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 | « chrome/common/pref_service_uitest.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.cc
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index b5d1b34331eb3b9af1357a6aaf9899be32491de1..7ee31696a260868879e0d05a146b1f72cb40583b 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -47,12 +47,6 @@
//--------------------------------------------------------------------------
-WebContents* AutomationProvider::GetWebContentsForHandle(
- int handle, NavigationController** tab) {
- NOTIMPLEMENTED();
- return NULL;
-}
-
void AutomationProvider::GetActiveWindow(int* handle) { NOTIMPLEMENTED(); }
void AutomationProvider::IsWindowActive(int handle, bool* success,
« no previous file with comments | « chrome/common/pref_service_uitest.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698