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

Unified Diff: apps/app_window.h

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
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | apps/app_window_contents.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window.h
diff --git a/apps/app_window.h b/apps/app_window.h
index f2e0e98d815be3c42a10bc939588a7e3cf0d1307..00d78ce6b02f7d43cd893ae80fb0106fc0d6cfb4 100644
--- a/apps/app_window.h
+++ b/apps/app_window.h
@@ -61,7 +61,7 @@ class AppWindowContents {
const GURL& url) = 0;
// Called to load the contents, after the app window is created.
- virtual void LoadContents(int32 creator_process_id) = 0;
+ virtual void LoadContents() = 0;
// Called when the native window changes.
virtual void NativeWindowChanged(NativeAppWindow* native_app_window) = 0;
@@ -159,9 +159,6 @@ class AppWindow : public content::NotificationObserver,
std::string window_key;
- // The process ID of the process that requested the create.
- int32 creator_process_id;
-
// Initial state of the window.
ui::WindowShowState state;
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | apps/app_window_contents.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698