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

Unified Diff: chrome/browser/extensions/api/identity_private/identity_private_api.h

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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/identity_private/identity_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/identity_private/identity_private_api.h
diff --git a/chrome/browser/extensions/api/identity_private/identity_private_api.h b/chrome/browser/extensions/api/identity_private/identity_private_api.h
index 3e8f0c04bca82d89751c78ee349efd8d33d4f98d..8256337bd0b409645d9fe788bbac21e32160bc66 100644
--- a/chrome/browser/extensions/api/identity_private/identity_private_api.h
+++ b/chrome/browser/extensions/api/identity_private/identity_private_api.h
@@ -9,20 +9,20 @@
namespace extensions {
-class IdentityPrivateGetResourcesFunction : public SyncExtensionFunction {
+class IdentityPrivateGetStringsFunction : public SyncExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION("identityPrivate.getResources",
- IDENTITYPRIVATE_GETRESOURCES);
- IdentityPrivateGetResourcesFunction();
+ DECLARE_EXTENSION_FUNCTION("identityPrivate.getStrings",
+ IDENTITYPRIVATE_GETSTRINGS);
+ IdentityPrivateGetStringsFunction();
protected:
- virtual ~IdentityPrivateGetResourcesFunction();
+ virtual ~IdentityPrivateGetStringsFunction();
// ExtensionFunction:
virtual bool RunSync() OVERRIDE;
private:
- DISALLOW_COPY_AND_ASSIGN(IdentityPrivateGetResourcesFunction);
+ DISALLOW_COPY_AND_ASSIGN(IdentityPrivateGetStringsFunction);
};
} // namespace extensions
« no previous file with comments | « no previous file | chrome/browser/extensions/api/identity_private/identity_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698