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

Unified Diff: chrome/common/extensions/api/identity_private.idl

Issue 272173004: Fixed close button for retina displays in identity approval scope UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/common/extensions/api/identity_private.idl
diff --git a/chrome/common/extensions/api/identity_private.idl b/chrome/common/extensions/api/identity_private.idl
index 201d4b6a4961a03e872249c34c3f7abb1af68bb3..4017caab8b88d4df463976be9513e62eb2f5c8f2 100644
--- a/chrome/common/extensions/api/identity_private.idl
+++ b/chrome/common/extensions/api/identity_private.idl
@@ -5,13 +5,13 @@
// identityPrivate.
namespace identityPrivate {
- callback GetResourcesCallback = void (object result);
+ callback GetStringsCallback = void (object result);
interface Functions {
- // Gets resources required to render the API.
+ // Gets localized strings required to render the API.
//
// |callback| : Called with a dictionary mapping names to resource strings.
- static void getResources(GetResourcesCallback callback);
+ static void getStrings(GetStringsCallback callback);
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698