summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/master_preferences_constants.cc
blob: 6519e4c486d56587eeeb603c47064473223cd22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/installer/util/master_preferences_constants.h"

namespace installer_util {
namespace master_preferences {
  const wchar_t kAltFirstRunBubble[] = L"oem_bubble";
  const wchar_t kAltShortcutText[] = L"alternate_shortcut_text";
  const wchar_t kChromeShortcutIconIndex[] = L"chrome_shortcut_icon_index";
  const wchar_t kCreateAllShortcuts[] = L"create_all_shortcuts";
  const wchar_t kDistroImportBookmarksPref[] = L"import_bookmarks";
  const wchar_t kDistroImportHistoryPref[] = L"import_history";
  const wchar_t kDistroImportHomePagePref[] = L"import_home_page";
  const wchar_t kDistroImportSearchPref[] = L"import_search_engine";
  const wchar_t kDistroPingDelay[] = L"ping_delay";
  const wchar_t kDistroShowWelcomePage[] = L"show_welcome_page";
  const wchar_t kDistroSkipFirstRunPref[] = L"skip_first_run_ui";
  const wchar_t kDoNotCreateShortcuts[] = L"do_not_create_shortcuts";
  const wchar_t kDoNotLaunchChrome[] = L"do_not_launch_chrome";
  const wchar_t kDoNotRegisterForUpdateLaunch[] =
    L"do_not_register_for_update_launch";
  const wchar_t kMakeChromeDefault[] = L"make_chrome_default";
  const wchar_t kMakeChromeDefaultForUser[] = L"make_chrome_default_for_user";
  const wchar_t kMsi[] = L"msi";
  const wchar_t kRequireEula[] = L"require_eula";
  const wchar_t kSystemLevel[] = L"system_level";
  const wchar_t kVerboseLogging[] = L"verbose_logging";
  const wchar_t kExtensionsBlock[] = L"extensions.settings";
}
}