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

Unified Diff: chrome/renderer/extensions/dispatcher.h

Issue 10826199: Properly propagate the current Chrome channel into the Feature system on the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make the default stable Created 8 years, 4 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/renderer/extensions/dispatcher.h
diff --git a/chrome/renderer/extensions/dispatcher.h b/chrome/renderer/extensions/dispatcher.h
index ad629bf114df018095c17ff26d0195078c2c14fa..6bbefc33d15be6e9b8b89981c634f923e7015a55 100644
--- a/chrome/renderer/extensions/dispatcher.h
+++ b/chrome/renderer/extensions/dispatcher.h
@@ -256,10 +256,6 @@ class Dispatcher : public content::RenderProcessObserver {
// Sends API requests to the extension host.
scoped_ptr<RequestSender> request_sender_;
- // The current channel. From VersionInfo::GetChannel().
- // TODO(aa): Remove when we can restrict non-permission APIs to dev-only.
- int chrome_channel_;
-
DISALLOW_COPY_AND_ASSIGN(Dispatcher);
};

Powered by Google App Engine
This is Rietveld 408576698