Remove the offscreen-render option

We are going to move the APIs to WebContents
This commit is contained in:
Cheng Zhao 2015-09-18 12:15:13 +08:00
parent ec90d03d74
commit d7bac5a10b
4 changed files with 0 additions and 18 deletions

View file

@ -116,8 +116,6 @@ const char kRegisterStandardSchemes[] = "register-standard-schemes";
// The browser process app model ID
const char kAppUserModelId[] = "app-user-model-id";
const char kOffScreenRender[] = "offscreen-render";
const char kModifiers[] = "modifiers";
const char kKeyCode[] = "code";
const char kNativeKeyCode[] = "native";

View file

@ -62,8 +62,6 @@ extern const char kRegisterStandardSchemes[];
extern const char kAppUserModelId[];
extern const char kOffScreenRender[];
extern const char kModifiers[];
extern const char kKeyCode[];
extern const char kNativeKeyCode[];