Chromium Code Reviews

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

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_dom_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_dom_ui.h
diff --git a/chrome/browser/extensions/extension_dom_ui.h b/chrome/browser/extensions/extension_dom_ui.h
index bcc46fe83050eefe572554eb7d750aff63f84f2b..59eae7505a399af82400eea73dffc373b6acbc2b 100644
--- a/chrome/browser/extensions/extension_dom_ui.h
+++ b/chrome/browser/extensions/extension_dom_ui.h
@@ -51,7 +51,6 @@ class ExtensionDOMUI
virtual gfx::NativeView GetNativeViewOfHost();
virtual gfx::NativeWindow GetCustomFrameNativeWindow();
virtual TabContents* associated_tab_contents() const;
- virtual Profile* GetProfile();
virtual ExtensionBookmarkManagerEventRouter*
extension_bookmark_manager_event_router();
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_dom_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine