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

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

Issue 14494013: Allow API functions and events to have entries in _api_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/renderer/extensions/chrome_v8_context.h
diff --git a/chrome/renderer/extensions/chrome_v8_context.h b/chrome/renderer/extensions/chrome_v8_context.h
index 5cd4f440961a8312af9c25bb8e5d04beba96636c..78759cbdc1f520b9a2213a12eb266037454dd59b 100644
--- a/chrome/renderer/extensions/chrome_v8_context.h
+++ b/chrome/renderer/extensions/chrome_v8_context.h
@@ -119,9 +119,6 @@ class ChromeV8Context : public RequestSender::Source {
const std::string& error) OVERRIDE;
private:
- Feature::Availability GetAvailabilityInternal(const std::string& api_name,
- const Extension* extension);
-
// The v8 context the bindings are accessible to.
ScopedPersistent<v8::Context> v8_context_;

Powered by Google App Engine
This is Rietveld 408576698