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

Unified Diff: extensions/renderer/resources/web_view_internal.js

Issue 541753004: Split web_view_internal_api and move part of it to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 years, 3 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/renderer/resources/extensions_renderer_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/resources/web_view_internal.js
diff --git a/athena/resources/athena_resources.h b/extensions/renderer/resources/web_view_internal.js
similarity index 65%
copy from athena/resources/athena_resources.h
copy to extensions/renderer/resources/web_view_internal.js
index 00a26565b45bde883d00b84b505c98a99825f73d..1c91f5b421d99f50e5e20e4cfe771635a05262c8 100644
--- a/athena/resources/athena_resources.h
+++ b/extensions/renderer/resources/web_view_internal.js
@@ -2,4 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/resources/grit/ash_resources.h"
+exports.WebView =
+ require('binding').Binding.create('webViewInternal').generate();
« no previous file with comments | « extensions/renderer/resources/extensions_renderer_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698