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

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

Issue 10154004: re-use WebUIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WeakPtr solution 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') | content/browser/renderer_host/render_view_host_impl.h » ('j') | 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 47b6e8170bd8f67a74f3c4e767e9ab8cbf7d5080..b27bf6a3f537850ae66351cb24fbd0d27009c902 100644
--- a/chrome/browser/ui/webui/uber/uber_ui.cc
+++ b/chrome/browser/ui/webui/uber/uber_ui.cc
@@ -166,13 +166,6 @@ void UberUI::RenderViewReused(RenderViewHost* render_view_host) {
}
}
-void UberUI::DidBecomeActiveForReusedRenderView() {
- for (SubpageMap::iterator iter = sub_uis_.begin(); iter != sub_uis_.end();
- ++iter) {
- iter->second->GetController()->DidBecomeActiveForReusedRenderView();
- }
-}
-
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') | content/browser/renderer_host/render_view_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698