| // 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" |
| |
| 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"; |
| } // namespace AppleScript |