Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Issue 7329034: Multi-Profiles: Enable multi-profiles by default for views ui (Closed)

Created:
9 years, 5 months ago by sail
Modified:
9 years, 5 months ago
CC:
chromium-reviews, ncarter (slow), idana, Raghu Simha, achuith+watch_chromium.org, rginda+watch_chromium.org, brettw-cc_chromium.org, tim (not reviewing)
Visibility:
Public.

Description

Multi-Profiles: Enable multi-profiles by default for views ui With this change mult-profiles is enabled by default for views ui. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91970

Patch Set 1 #

Patch Set 2 : disable for cros #

Patch Set 3 : Multi-Profiles: Enable multi-profiles by default for views ui #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -14 lines) Patch
M chrome/browser/about_flags.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_main.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/profiles/profile_manager.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_manager.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/browser_titlebar.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_factory.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/personal_options_handler.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sail
9 years, 5 months ago (2011-07-08 23:46:10 UTC) #1
Nico
Are you missing this one: http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/chrome/browser/ui/toolbar/wrench_menu_model.cc&exact_package=chromium&ct=rc&cd=6&q=switches::kMultiProfiles&l=575 ? On Fri, Jul 8, 2011 at 4:46 PM, ...
9 years, 5 months ago (2011-07-09 00:49:58 UTC) #2
sail
The wrench menu code is gone on tip of tree
9 years, 5 months ago (2011-07-09 03:17:35 UTC) #3
Miranda Callahan
On 2011/07/09 03:17:35, sail wrote: > The wrench menu code is gone on tip of ...
9 years, 5 months ago (2011-07-09 13:28:44 UTC) #4
sail
9 years, 5 months ago (2011-07-09 18:04:47 UTC) #5
I realized that enabling it for views might also enable it for cros. I added an
explicit #if !defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698