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

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

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/browser/web_ui.h ('k') | content/public/test/test_web_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_web_ui.h
diff --git a/content/public/test/test_web_ui.h b/content/public/test/test_web_ui.h
index 4558e58068f3c1c84b5c26b61625f4a0a84308d6..2d8520f2e672994433e260a83ee9e4324945427e 100644
--- a/content/public/test/test_web_ui.h
+++ b/content/public/test/test_web_ui.h
@@ -33,8 +33,6 @@ class TestWebUI : public WebUI {
float GetDeviceScaleFactor() const override;
const base::string16& GetOverriddenTitle() const override;
void OverrideTitle(const base::string16& title) override {}
- ui::PageTransition GetLinkTransitionType() const override;
- void SetLinkTransitionType(ui::PageTransition type) override {}
int GetBindings() const override;
void SetBindings(int bindings) override {}
bool HasRenderFrame() override;
« no previous file with comments | « content/public/browser/web_ui.h ('k') | content/public/test/test_web_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698