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

Unified Diff: content/shell/shell.cc

Issue 9146028: Define the public interface for content browser SiteInstance. This interface is implemented by th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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
« content/shell/shell.h ('K') | « content/shell/shell.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell.cc
===================================================================
--- content/shell/shell.cc (revision 118703)
+++ content/shell/shell.cc (working copy)
@@ -55,7 +55,7 @@
Shell* Shell::CreateNewWindow(content::BrowserContext* browser_context,
const GURL& url,
- SiteInstance* site_instance,
+ content::SiteInstance* site_instance,
jam 2012/01/24 03:29:33 ditto
ananta 2012/01/24 23:46:26 Done.
int routing_id,
TabContents* base_tab_contents) {
TabContents* tab_contents = new TabContents(
« content/shell/shell.h ('K') | « content/shell/shell.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698