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

Unified Diff: extensions/browser/renderer_startup_helper.cc

Issue 234183002: Toro: Remove chrome feature channel dep from //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (feature-channel) Created 6 years, 8 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
« no previous file with comments | « extensions/browser/renderer_startup_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/renderer_startup_helper.cc
diff --git a/extensions/browser/renderer_startup_helper.cc b/extensions/browser/renderer_startup_helper.cc
index 616102499eeef8d11294d662277f0544bc574ab1..9e1b6042fffd46dc159552a6f199a7cddcd8b034 100644
--- a/extensions/browser/renderer_startup_helper.cc
+++ b/extensions/browser/renderer_startup_helper.cc
@@ -5,7 +5,6 @@
#include "extensions/browser/renderer_startup_helper.h"
#include "base/values.h"
-#include "chrome/common/extensions/features/feature_channel.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "content/public/browser/notification_service.h"
#include "content/public/browser/notification_types.h"
@@ -43,10 +42,6 @@ void RendererStartupHelper::Observe(
browser_context_, process->GetBrowserContext()))
break;
- // Extensions need to know the channel for API restrictions.
- process->Send(new ExtensionMsg_SetChannel(
- extensions::GetCurrentChannel()));
-
// Platform apps need to know the system font.
scoped_ptr<base::DictionaryValue> fonts(new base::DictionaryValue);
webui::SetFontAndTextDirection(fonts.get());
« no previous file with comments | « extensions/browser/renderer_startup_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698