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

Unified Diff: chrome/browser/extensions/extension_dom_ui.cc

Issue 4549003: Coverity: Fix bad overrides. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | « chrome/browser/extensions/extension_dom_ui.h ('k') | chrome/browser/sidebar/sidebar_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_dom_ui.cc
diff --git a/chrome/browser/extensions/extension_dom_ui.cc b/chrome/browser/extensions/extension_dom_ui.cc
index 054eb1e08924fdc2332865cba62f7e513ef7403b..7ab1cd46110c057b250a64195f832600fa401c07 100644
--- a/chrome/browser/extensions/extension_dom_ui.cc
+++ b/chrome/browser/extensions/extension_dom_ui.cc
@@ -194,10 +194,6 @@ TabContents* ExtensionDOMUI::associated_tab_contents() const {
return tab_contents();
}
-Profile* ExtensionDOMUI::GetProfile() {
- return DOMUI::GetProfile();
-}
-
ExtensionBookmarkManagerEventRouter*
ExtensionDOMUI::extension_bookmark_manager_event_router() {
return extension_bookmark_manager_event_router_.get();
« no previous file with comments | « chrome/browser/extensions/extension_dom_ui.h ('k') | chrome/browser/sidebar/sidebar_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698