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

Unified Diff: chrome/browser/background/background_contents.h

Issue 1303773002: Give the main frame a RenderWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DCHECK Created 5 years, 2 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/background/background_contents.h
diff --git a/chrome/browser/background/background_contents.h b/chrome/browser/background/background_contents.h
index a02d9b1df1ac5143f5e5d345110dc5c55d8badba..6cea2d469ced3555be8571d0a4ecff2411dbb0e7 100644
--- a/chrome/browser/background/background_contents.h
+++ b/chrome/browser/background/background_contents.h
@@ -54,8 +54,9 @@ class BackgroundContents : public extensions::DeferredStartRenderHost,
BackgroundContents(
content::SiteInstance* site_instance,
- int routing_id,
- int main_frame_routing_id,
+ int32 routing_id,
+ int32 main_frame_routing_id,
+ int32 main_frame_widget_routing_id,
Delegate* delegate,
const std::string& partition_id,
content::SessionStorageNamespace* session_storage_namespace);

Powered by Google App Engine
This is Rietveld 408576698