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

Unified Diff: content/content_browser.gypi

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: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 118703)
+++ content/content_browser.gypi (working copy)
@@ -87,6 +87,7 @@
'public/browser/save_page_type.h',
'public/browser/sensors.h',
'public/browser/sensors_listener.h',
+ 'public/browser/site_instance.h',
'public/browser/ssl_status.cc',
'public/browser/ssl_status.h',
'public/browser/user_metrics.h',
@@ -574,8 +575,8 @@
'browser/sensors/sensors_provider.h',
'browser/sensors/sensors_provider_impl.cc',
'browser/sensors/sensors_provider_impl.h',
- 'browser/site_instance.cc',
- 'browser/site_instance.h',
+ 'browser/site_instance_impl.cc',
+ 'browser/site_instance_impl.h',
'browser/speech/audio_encoder.cc',
'browser/speech/audio_encoder.h',
'browser/speech/endpointer/endpointer.cc',

Powered by Google App Engine
This is Rietveld 408576698