| Index: chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| diff --git a/chrome/browser/extensions/extension_chrome_auth_private_api.h b/chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| index fd0559c8164c7833c7e57dd4f841ccdc845ecef5..7aba9203c712daa5264036e9689d6dae5ccbf85f 100644
|
| --- a/chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| +++ b/chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| @@ -11,6 +11,8 @@
|
|
|
| class SetCloudPrintCredentialsFunction : public AsyncExtensionFunction {
|
| public:
|
| + DECLARE_EXTENSION_FUNCTION_NAME("chromeAuthPrivate.setCloudPrintCredentials");
|
| +
|
| SetCloudPrintCredentialsFunction();
|
|
|
| // For use only in tests - sets a flag that can cause this function to not
|
| @@ -21,10 +23,8 @@ class SetCloudPrintCredentialsFunction : public AsyncExtensionFunction {
|
| protected:
|
| virtual ~SetCloudPrintCredentialsFunction();
|
|
|
| + // ExtensionFunction:
|
| virtual bool RunImpl() OVERRIDE;
|
| -
|
| - private:
|
| - DECLARE_EXTENSION_FUNCTION_NAME("chromeAuthPrivate.setCloudPrintCredentials");
|
| };
|
|
|
|
|
|
|