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

Unified Diff: chrome/browser/ui/webui/uber/uber_ui.cc

Issue 10266025: remove dead code in options page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/browser/ui/webui/uber/uber_ui.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/uber/uber_ui.cc
diff --git a/chrome/browser/ui/webui/uber/uber_ui.cc b/chrome/browser/ui/webui/uber/uber_ui.cc
index b27bf6a3f537850ae66351cb24fbd0d27009c902..9dfb0bc9a014b50a71460baf376329df4c4fb827 100644
--- a/chrome/browser/ui/webui/uber/uber_ui.cc
+++ b/chrome/browser/ui/webui/uber/uber_ui.cc
@@ -159,13 +159,6 @@ void UberUI::RenderViewCreated(RenderViewHost* render_view_host) {
}
}
-void UberUI::RenderViewReused(RenderViewHost* render_view_host) {
- for (SubpageMap::iterator iter = sub_uis_.begin(); iter != sub_uis_.end();
- ++iter) {
- iter->second->GetController()->RenderViewReused(render_view_host);
- }
-}
-
bool UberUI::OverrideHandleWebUIMessage(const GURL& source_url,
const std::string& message,
const ListValue& args) {
« no previous file with comments | « chrome/browser/ui/webui/uber/uber_ui.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698