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

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

Issue 10835016: Rename media gallery -> media galleries in pref/UI components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1921 const char kRecoveryComponentVersion[] = "recovery_component.version"; 1921 const char kRecoveryComponentVersion[] = "recovery_component.version";
1922 1922
1923 // String that stores the component updater last known state. This is used for 1923 // String that stores the component updater last known state. This is used for
1924 // troubleshooting. 1924 // troubleshooting.
1925 const char kComponentUpdaterState[] = "component_updater.state"; 1925 const char kComponentUpdaterState[] = "component_updater.state";
1926 1926
1927 // Boolean that is true if Web Intents is enabled. 1927 // Boolean that is true if Web Intents is enabled.
1928 const char kWebIntentsEnabled[] = "webintents.enabled"; 1928 const char kWebIntentsEnabled[] = "webintents.enabled";
1929 1929
1930 // The next media gallery ID to assign. 1930 // The next media gallery ID to assign.
1931 const char kMediaGalleryUniqueId[] = "media_gallery.gallery_id"; 1931 const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id";
1932 1932
1933 // A list of dictionaries, where each dictionary represents a known media 1933 // A list of dictionaries, where each dictionary represents a known media
1934 // gallery. 1934 // gallery.
1935 const char kMediaGalleryRememberedGalleries[] = 1935 const char kMediaGalleriesRememberedGalleries[] =
1936 "media_gallery.remembered_galleries"; 1936 "media_galleries.remembered_galleries";
1937 1937
1938 #if defined(USE_AURA) 1938 #if defined(USE_AURA)
1939 // String value corresponding to ash::Shell::ShelfAlignment. 1939 // String value corresponding to ash::Shell::ShelfAlignment.
1940 const char kShelfAlignment[] = "shelf_alignment"; 1940 const char kShelfAlignment[] = "shelf_alignment";
1941 // String value corresponding to ash::Shell::ShelfAutoHideBehavior. 1941 // String value corresponding to ash::Shell::ShelfAutoHideBehavior.
1942 const char kShelfAutoHideBehavior[] = 1942 const char kShelfAutoHideBehavior[] =
1943 "auto_hide_behavior"; 1943 "auto_hide_behavior";
1944 // Boolean value indicating whether to use default pinned apps. 1944 // Boolean value indicating whether to use default pinned apps.
1945 const char kUseDefaultPinnedApps[] = "use_default_pinned_apps"; 1945 const char kUseDefaultPinnedApps[] = "use_default_pinned_apps";
1946 const char kPinnedLauncherApps[] = 1946 const char kPinnedLauncherApps[] =
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 const char kNetworkProfileLastWarningTime[] = 1995 const char kNetworkProfileLastWarningTime[] =
1996 "network_profile.last_warning_time"; 1996 "network_profile.last_warning_time";
1997 1997
1998 #if defined(OS_MACOSX) 1998 #if defined(OS_MACOSX)
1999 // A timestamp of when the obsolete OS infobar was last shown to a user on 10.5. 1999 // A timestamp of when the obsolete OS infobar was last shown to a user on 10.5.
2000 const char kMacLeopardObsoleteInfobarLastShown[] = 2000 const char kMacLeopardObsoleteInfobarLastShown[] =
2001 "mac_105_obsolete_infobar_last_shown"; 2001 "mac_105_obsolete_infobar_last_shown";
2002 #endif // defined(OS_MACOSX) 2002 #endif // defined(OS_MACOSX)
2003 2003
2004 } // namespace prefs 2004 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698