Skip to content

Commit

Permalink
Revert "Files.app: Add a command-line flag to switch multi-profile su…
Browse files Browse the repository at this point in the history
…pport of Files.app."

This reverts commit 83d4816.

Conflicts:
	chromeos/chromeos_switches.h

Previous CL: crrev.com/140913008

BUG=344743

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252318 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
hirono@chromium.org committed Feb 20, 2014
1 parent 85ddfb0 commit bb0321a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions chromeos/chromeos_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ const char kFileManagerShowCheckboxes[] = "file-manager-show-checkboxes";
const char kFileManagerEnableNewAudioPlayer[] =
"file-manager-enable-new-audio-player";

// Enables the multi-profile support in the Files.app.
const char kFileManagerEnableMultiProfile[] =
"file-manager-enable-multi-profile";

// Passed to Chrome the first time that it's run after the system boots.
// Not passed on restart after sign out.
const char kFirstExecAfterBoot[] = "first-exec-after-boot";
Expand Down
1 change: 0 additions & 1 deletion chromeos/chromeos_switches.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentModulusLimit[];
CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentSkipRobotAuth[];
CHROMEOS_EXPORT extern const char kFileManagerShowCheckboxes[];
CHROMEOS_EXPORT extern const char kFileManagerEnableNewAudioPlayer[];
CHROMEOS_EXPORT extern const char kFileManagerEnableMultiProfile[];
CHROMEOS_EXPORT extern const char kFirstExecAfterBoot[];
CHROMEOS_EXPORT extern const char kForceLoginManagerInTests[];
CHROMEOS_EXPORT extern const char kGpuSandboxFailuresNonfatal[];
Expand Down

0 comments on commit bb0321a

Please sign in to comment.