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

Unified Diff: content/content_browser.gypi

Issue 7259004: Convert ViewMsg_NetworkStateChanged from routed -> control, allowing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create a very simple observer, use it in BrowserProcess Created 9 years, 6 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
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index e41827f9d4d23f5c6cc451b230370887436d1ebb..ce69ff6f96927d2b0ee9ade0d3c584e20c63a4f5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -181,6 +181,8 @@
'browser/mach_broker_mac.h',
'browser/mime_registry_message_filter.cc',
'browser/mime_registry_message_filter.h',
+ 'browser/net/browser_online_state_observer.cc',
+ 'browser/net/browser_online_state_observer.h',
# TODO: These should be moved to test_support (see below), but
# are currently used by production code in automation_provider.cc.
'browser/net/url_request_failed_dns_job.cc',

Powered by Google App Engine
This is Rietveld 408576698