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

Unified Diff: apps/shell/browser/shell_extensions_browser_client.cc

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win/mac Created 6 years, 5 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: apps/shell/browser/shell_extensions_browser_client.cc
diff --git a/apps/shell/browser/shell_extensions_browser_client.cc b/apps/shell/browser/shell_extensions_browser_client.cc
index 76f4a83b660680c8cd0a3cc51d02bebe56756dc2..6849e0a3fd27c1cb012ea03512ec87bc482fcd71 100644
--- a/apps/shell/browser/shell_extensions_browser_client.cc
+++ b/apps/shell/browser/shell_extensions_browser_client.cc
@@ -242,4 +242,8 @@ ShellExtensionsBrowserClient::GetComponentExtensionResourceManager() {
return NULL;
}
+net::NetLog* ShellExtensionsBrowserClient::GetNetLog() {
+ return NULL;
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698