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

Side by Side Diff: chrome/common/pref_names.cc

Issue 11968034: Enable profile switching for standalone App Launcher via the Settings App. (Closed) Base URL: git://nomatter.syd/chromium/src.git@master
Patch Set: respond to comments Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 2218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 // by UMA_HISTOGRAM_ENUMERATION. 2229 // by UMA_HISTOGRAM_ENUMERATION.
2230 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; 2230 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
2231 2231
2232 #if defined(OS_CHROMEOS) 2232 #if defined(OS_CHROMEOS)
2233 // The RLZ brand code, if enabled. 2233 // The RLZ brand code, if enabled.
2234 const char kRLZBrand[] = "rlz.brand"; 2234 const char kRLZBrand[] = "rlz.brand";
2235 // Whether RLZ pings are disabled. 2235 // Whether RLZ pings are disabled.
2236 const char kRLZDisabled[] = "rlz.disabled"; 2236 const char kRLZDisabled[] = "rlz.disabled";
2237 #endif 2237 #endif
2238 2238
2239 #if defined(ENABLE_APP_LIST)
2240 // The directory in user data dir that contains the profile to be used with the
2241 // app launcher.
2242 extern const char kAppListProfile[] = "app_list.profile";
2243 #endif
2244
2239 } // namespace prefs 2245 } // namespace prefs
OLDNEW
« chrome/browser/ui/app_list/app_list_controller_browsertest.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698