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

Unified Diff: chrome/browser/extensions/api/tabs/ash_panel_contents.cc

Issue 378193002: AppWindowContents: Clean up unnecessary SuspendRenderViewHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove even more unused includes. Created 6 years, 5 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
Index: chrome/browser/extensions/api/tabs/ash_panel_contents.cc
diff --git a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
index 085678ef52b76c5f799599c7b40619f38a20dbb0..3b8620e832e26c6bf50e752fef8e60dc53e1323b 100644
--- a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
+++ b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
@@ -191,7 +191,7 @@ void AshPanelContents::Initialize(content::BrowserContext* context,
content::WebContentsObserver::Observe(web_contents_.get());
}
-void AshPanelContents::LoadContents(int32 creator_process_id) {
+void AshPanelContents::LoadContents() {
// This must be created after the native window has been created.
window_controller_.reset(new AshPanelWindowController(
host_, Profile::FromBrowserContext(host_->browser_context())));

Powered by Google App Engine
This is Rietveld 408576698