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

Unified Diff: chrome/browser/extensions/extension_sorting.h

Issue 10824344: Renamed ExtensionIdSet to ExtensionIds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undid files where I went too far Created 8 years, 4 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/browser/extensions/extension_prefs.cc ('k') | chrome/browser/extensions/extension_sorting.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_sorting.h
diff --git a/chrome/browser/extensions/extension_sorting.h b/chrome/browser/extensions/extension_sorting.h
index 935b311c268dc989c8c91c7f40c0b0f269bf8d54..15d6023b0c67db1f29fdfd91306b44f2f9f4df48 100644
--- a/chrome/browser/extensions/extension_sorting.h
+++ b/chrome/browser/extensions/extension_sorting.h
@@ -29,7 +29,7 @@ class ExtensionSorting {
// Properly initialize ExtensionSorting internal values that require
// |extension_ids|.
void Initialize(
- const extensions::ExtensionPrefs::ExtensionIdSet& extension_ids);
+ const extensions::ExtensionPrefs::ExtensionIds& extension_ids);
// Resolves any conflicts the might be created as a result of syncing that
// results in two icons having the same page and app launch ordinal. After
@@ -119,11 +119,11 @@ class ExtensionSorting {
// Initialize the |page_ordinal_map_| with the page ordinals used by the
// given extensions.
void InitializePageOrdinalMap(
- const extensions::ExtensionPrefs::ExtensionIdSet& extension_ids);
+ const extensions::ExtensionPrefs::ExtensionIds& extension_ids);
// Migrates the app launcher and page index values.
void MigrateAppIndex(
- const extensions::ExtensionPrefs::ExtensionIdSet& extension_ids);
+ const extensions::ExtensionPrefs::ExtensionIds& extension_ids);
// Called to add a new mapping value for |extension_id| with a page ordinal
// of |page_ordinal| and a app launch ordinal of |app_launch_ordinal|. This
« no previous file with comments | « chrome/browser/extensions/extension_prefs.cc ('k') | chrome/browser/extensions/extension_sorting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698