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

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

Issue 9460002: Convert app_bindings.js to the schema_generated_bindings.js infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: aa comments Created 8 years, 10 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/custom_bindings_util.h
diff --git a/chrome/renderer/extensions/custom_bindings_util.h b/chrome/renderer/extensions/custom_bindings_util.h
index f4d6fe3293495a622ffa080059810987c70e4452..dd5ab3ea7cd9c0301409732bd6420e61d158de15 100644
--- a/chrome/renderer/extensions/custom_bindings_util.h
+++ b/chrome/renderer/extensions/custom_bindings_util.h
@@ -9,8 +9,9 @@
#include <string>
#include <vector>
-#include "chrome/renderer/extensions/chrome_v8_extension.h"
+#include "chrome/renderer/extensions/chrome_v8_context.h"
+class GURL;
class Extension;
class ExtensionDispatcher;
@@ -38,7 +39,7 @@ std::string GetAPIName(const std::string& v8_extension_name);
// to run in.
bool AllowAPIInjection(const std::string& api_name,
const Extension& extension,
- ExtensionDispatcher* extension_dispatcher);
+ ChromeV8Context::ContextType context_type);
} // namespace custom_bindings_util

Powered by Google App Engine
This is Rietveld 408576698