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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a44dcb475944ab63e6f5625ec2d3fd380434bd09..463ff502fe52832d26e09117fb6ae7a7aac710e2 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1928,12 +1928,12 @@ const char kComponentUpdaterState[] = "component_updater.state";
const char kWebIntentsEnabled[] = "webintents.enabled";
// The next media gallery ID to assign.
-const char kMediaGalleryUniqueId[] = "media_gallery.gallery_id";
+const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id";
// A list of dictionaries, where each dictionary represents a known media
// gallery.
-const char kMediaGalleryRememberedGalleries[] =
- "media_gallery.remembered_galleries";
+const char kMediaGalleriesRememberedGalleries[] =
+ "media_galleries.remembered_galleries";
#if defined(USE_AURA)
// String value corresponding to ash::Shell::ShelfAlignment.
« 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