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

Unified Diff: chrome/browser/metrics/variations/generated_resources_map.h

Issue 1363243004: Allow embedders to share code to override UI strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment to test and class and fix typo Created 5 years, 3 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
Index: chrome/browser/metrics/variations/generated_resources_map.h
diff --git a/chrome/browser/metrics/variations/generated_resources_map.h b/chrome/browser/metrics/variations/generated_resources_map.h
index 83ab8eb9dcd2e1e35d125bca78588ef498c142a8..c4c6cd863be62d7008455402791615567f48b896 100644
--- a/chrome/browser/metrics/variations/generated_resources_map.h
+++ b/chrome/browser/metrics/variations/generated_resources_map.h
@@ -30,9 +30,6 @@ extern const uint32_t kResourceHashes[];
// to the order of |kResourceHashes|.
extern const int kResourceIndices[];
-// Gets the resource index corresponding to the given hash.
-int GetResourceIndex(uint32_t hash);
-
} // namespace chrome_variations
#endif // CHROME_BROWSER_METRICS_VARIATIONS_GENERATED_RESOURCES_MAP_H_

Powered by Google App Engine
This is Rietveld 408576698