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

Unified Diff: chrome/browser/chromeos/login/web_page_view.h

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
Index: chrome/browser/chromeos/login/web_page_view.h
===================================================================
--- chrome/browser/chromeos/login/web_page_view.h (revision 118952)
+++ chrome/browser/chromeos/login/web_page_view.h (working copy)
@@ -16,6 +16,7 @@
class Profile;
namespace content {
+class SiteInstance;
class WebContentsDelegate;
}
@@ -50,7 +51,7 @@
// Initialize the DOM view, creating the contents. This should be
// called once the view has been added to a container.
- void InitDOM(Profile* profile, SiteInstance* site_instance);
+ void InitDOM(Profile* profile, content::SiteInstance* site_instance);
// Loads the given URL into the page.
// You must have previously called Init() and SetWebContentsDelegate.
« no previous file with comments | « chrome/browser/chromeos/login/registration_screen.cc ('k') | chrome/browser/chromeos/login/web_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698