Commit f2ad22e8 authored by kmg@google.com's avatar kmg@google.com

Change branding of Quickoffice flag

Changed from Quickoffice to "Office Editing for Docs, Sheets & Slides"

BUG=
R=kurtz@chromium.org, asargent@chromium.org

Review URL: https://codereview.chromium.org/328143004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282372 0039d316-1c4b-4281-b951-d872f2087c98
parent 13d9917f
...@@ -1100,11 +1100,11 @@ Press any key to continue exploring. ...@@ -1100,11 +1100,11 @@ Press any key to continue exploring.
<message name="IDS_ECHO_CONSENT_DISMISS_BUTTON" desc="Dismiss dialog button label for disabled echo dialog."> <message name="IDS_ECHO_CONSENT_DISMISS_BUTTON" desc="Dismiss dialog button label for disabled echo dialog.">
Dismiss Dismiss
</message> </message>
<message name="IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_NAME" desc="Name for the flag to disable Chrome Office Viewer component extension."> <message name="IDS_FLAGS_DISABLE_OFFICE_EDITING_COMPONENT_APP_NAME" desc="Name for the flag to disable Office Editing for Docs, Sheets &amp; Slides component extension.">
Disable Quickoffice component extension Disable Office Editing for Docs, Sheets &amp; Slides
</message> </message>
<message name="IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_DESCRIPTION" desc="Description for the flag to disable Chrome Office component extension."> <message name="IDS_FLAGS_DISABLE_OFFICE_EDITING_COMPONENT_APP_DESCRIPTION" desc="Description for the flag to disable Office Editing for Docs, Sheets &amp; Slides component extension.">
Disable Quickoffice component extension for testing purposes. Disable Office Editing for Docs, Sheets &amp; Slides for testing purposes
</message> </message>
<message name="IDS_FLAGS_DISABLE_DISPLAY_COLOR_CALIBRATION_NAME" desc="Name for the flag to disable the color calibration of the display."> <message name="IDS_FLAGS_DISABLE_DISPLAY_COLOR_CALIBRATION_NAME" desc="Name for the flag to disable the color calibration of the display.">
Disable the color calibration of the display. Disable the color calibration of the display.
......
...@@ -1046,11 +1046,11 @@ const Experiment kExperiments[] = { ...@@ -1046,11 +1046,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(chromeos::switches::kEnableVideoPlayerChromecastSupport) SINGLE_VALUE_TYPE(chromeos::switches::kEnableVideoPlayerChromecastSupport)
}, },
{ {
"disable-quickoffice-component-app", "disable-office-editing-component-app",
IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_NAME, IDS_FLAGS_DISABLE_OFFICE_EDITING_COMPONENT_APP_NAME,
IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_DESCRIPTION, IDS_FLAGS_DISABLE_OFFICE_EDITING_COMPONENT_APP_DESCRIPTION,
kOsCrOS, kOsCrOS,
SINGLE_VALUE_TYPE(chromeos::switches::kDisableQuickofficeComponentApp), SINGLE_VALUE_TYPE(chromeos::switches::kDisableOfficeEditingComponentApp),
}, },
{ {
"disable-saml-signin", "disable-saml-signin",
......
...@@ -526,7 +526,7 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages( ...@@ -526,7 +526,7 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages(
if (!skip_session_components) { if (!skip_session_components) {
#if defined(GOOGLE_CHROME_BUILD) #if defined(GOOGLE_CHROME_BUILD)
if (!command_line->HasSwitch( if (!command_line->HasSwitch(
chromeos::switches::kDisableQuickofficeComponentApp)) { chromeos::switches::kDisableOfficeEditingComponentApp)) {
std::string id = Add(IDR_QUICKOFFICE_MANIFEST, base::FilePath( std::string id = Add(IDR_QUICKOFFICE_MANIFEST, base::FilePath(
FILE_PATH_LITERAL("/usr/share/chromeos-assets/quickoffice"))); FILE_PATH_LITERAL("/usr/share/chromeos-assets/quickoffice")));
EnableFileSystemInGuestMode(id); EnableFileSystemInGuestMode(id);
......
...@@ -52,10 +52,11 @@ const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui"; ...@@ -52,10 +52,11 @@ const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui";
// Disables new Kiosk UI when kiosk apps are represented as user pods. // Disables new Kiosk UI when kiosk apps are represented as user pods.
const char kDisableNewKioskUI[] = "disable-new-kiosk-ui"; const char kDisableNewKioskUI[] = "disable-new-kiosk-ui";
// Disable Quickoffice component app thus handlers won't be registered so // Disable Office Editing for Docs, Sheets & Slides component app so handlers
// it will be possible to install another version as normal app for testing. // won't be registered, making it possible to install another version for
const char kDisableQuickofficeComponentApp[] = // testing.
"disable-quickoffice-component-app"; const char kDisableOfficeEditingComponentApp[] =
"disable-office-editing-component-extension";
// Disables rollback option on reset screen. // Disables rollback option on reset screen.
const char kDisableRollbackOption[] = "disable-rollback-option"; const char kDisableRollbackOption[] = "disable-rollback-option";
......
...@@ -35,7 +35,7 @@ CHROMEOS_EXPORT extern const char kDisableLoginScrollIntoView[]; ...@@ -35,7 +35,7 @@ CHROMEOS_EXPORT extern const char kDisableLoginScrollIntoView[];
CHROMEOS_EXPORT extern const char kDisableNetworkPortalNotification[]; CHROMEOS_EXPORT extern const char kDisableNetworkPortalNotification[];
CHROMEOS_EXPORT extern const char kDisableNewChannelSwitcherUI[]; CHROMEOS_EXPORT extern const char kDisableNewChannelSwitcherUI[];
CHROMEOS_EXPORT extern const char kDisableNewKioskUI[]; CHROMEOS_EXPORT extern const char kDisableNewKioskUI[];
CHROMEOS_EXPORT extern const char kDisableQuickofficeComponentApp[]; CHROMEOS_EXPORT extern const char kDisableOfficeEditingComponentApp[];
CHROMEOS_EXPORT extern const char kDisableRollbackOption[]; CHROMEOS_EXPORT extern const char kDisableRollbackOption[];
CHROMEOS_EXPORT extern const char kDisableSamlSignin[]; CHROMEOS_EXPORT extern const char kDisableSamlSignin[];
CHROMEOS_EXPORT extern const char kDisableVolumeAdjustSound[]; CHROMEOS_EXPORT extern const char kDisableVolumeAdjustSound[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment