blob: f7d1f7cbec9a833e92149cb5f6aa05f4e6749bc2 [file] [log] [blame]
// Copyright 2010 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "chrome/browser/ui/cocoa/applescript/constants_applescript.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
namespace AppleScript {
NSString* const kWindowsProperty = @"appleScriptWindows";
NSString* const kTabsProperty = @"tabs";
NSString* const kBookmarkFoldersProperty = @"bookmarkFolders";
NSString* const kBookmarkItemsProperty = @"bookmarkItems";
NSString* const kNormalWindowMode = @"normal";
NSString* const kIncognitoWindowMode = @"incognito";
}