feat(extensions): add chrome.i18n API (#22570)

Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
Co-authored-by: Samuel Maddock <samuel.maddock@gmail.com>

Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
This commit is contained in:
Samuel Maddock
2020-03-06 05:03:38 -05:00
committed by GitHub
parent 539ca773de
commit 231f5af1a1
18 changed files with 502 additions and 3 deletions

View File

@@ -115,6 +115,7 @@
#endif
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
#include "extensions/browser/script_executor.h"
#include "shell/browser/extensions/electron_extension_web_contents_observer.h"
#endif

View File

@@ -43,7 +43,9 @@
#endif
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
#include "extensions/browser/script_executor.h"
namespace extensions {
class ScriptExecutor;
}
#endif
namespace blink {