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

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

Issue 11571014: Lazy load chrome.* APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows interactive_ui_tests fix Created 7 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/app_bindings.h
diff --git a/chrome/renderer/extensions/app_bindings.h b/chrome/renderer/extensions/app_bindings.h
index 2fff69ca1a35c63edb6509fab355436343091359..99028e47b6cf559dc964220018222ff7a93f9a18 100644
--- a/chrome/renderer/extensions/app_bindings.h
+++ b/chrome/renderer/extensions/app_bindings.h
@@ -24,8 +24,7 @@ class ChromeV8Context;
class AppBindings : public ChromeV8Extension,
public ChromeV8ExtensionHandler {
public:
- explicit AppBindings(Dispatcher* dispatcher,
- ChromeV8Context* context);
+ AppBindings(Dispatcher* dispatcher, ChromeV8Context* context);
private:
// IPC::Listener

Powered by Google App Engine
This is Rietveld 408576698