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

Unified Diff: content/public/test/test_web_ui.cc

Issue 2468673003: [Extensions] Remove ExtensionWebUI (Closed)
Patch Set: nit Created 4 years, 1 month 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 | « content/public/test/test_web_ui.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_web_ui.cc
diff --git a/content/public/test/test_web_ui.cc b/content/public/test/test_web_ui.cc
index 0e09fcdb0485b15c078622a0254436d8d7475f51..2630a40676acc708d67f67dd83c8df973281007e 100644
--- a/content/public/test/test_web_ui.cc
+++ b/content/public/test/test_web_ui.cc
@@ -35,10 +35,6 @@ const base::string16& TestWebUI::GetOverriddenTitle() const {
return temp_string_;
}
-ui::PageTransition TestWebUI::GetLinkTransitionType() const {
- return ui::PAGE_TRANSITION_LINK;
-}
-
int TestWebUI::GetBindings() const {
return 0;
}
« no previous file with comments | « content/public/test/test_web_ui.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698