|
@@ -39,7 +39,6 @@
|
|
|
#include "shell/common/gin_helper/dictionary.h"
|
|
|
#include "shell/common/node_includes.h"
|
|
|
#include "shell/common/options_switches.h"
|
|
|
-#include "shell/common/process_util.h"
|
|
|
#include "skia/ext/skia_utils_mac.h"
|
|
|
#include "third_party/skia/include/core/SkRegion.h"
|
|
|
#include "third_party/webrtc/modules/desktop_capture/mac/window_list_utils.h"
|
|
@@ -227,14 +226,6 @@ NativeWindowMac::NativeWindowMac(const gin_helper::Dictionary& options,
|
|
|
options.GetOptional(options::kTrafficLightPosition, &traffic_light_position_);
|
|
|
options.Get(options::kVisualEffectState, &visual_effect_state_);
|
|
|
|
|
|
- if (options.Has(options::kFullscreenWindowTitle)) {
|
|
|
- EmitWarning(
|
|
|
- node::Environment::GetCurrent(JavascriptEnvironment::GetIsolate()),
|
|
|
- "\"fullscreenWindowTitle\" option has been deprecated and is "
|
|
|
- "no-op now.",
|
|
|
- "electron");
|
|
|
- }
|
|
|
-
|
|
|
bool minimizable = true;
|
|
|
options.Get(options::kMinimizable, &minimizable);
|
|
|
|