| Index: chrome/browser/extensions/extension_install_prompt.h
|
| diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
|
| index 712c00ef5ad6212e1eb52354e2ffecac518cb5a2..643757303b83465c2dd72ae272afcc26f74781c2 100644
|
| --- a/chrome/browser/extensions/extension_install_prompt.h
|
| +++ b/chrome/browser/extensions/extension_install_prompt.h
|
| @@ -76,6 +76,7 @@ class ExtensionInstallPrompt : public ImageLoadingTracker::Observer,
|
| bool HasAbortButtonLabel() const;
|
| string16 GetAbortButtonLabel() const;
|
| string16 GetPermissionsHeading() const;
|
| + string16 GetOAuthHeading() const;
|
|
|
| // Getters for webstore metadata. Only populated when the type is
|
| // INLINE_INSTALL_PROMPT.
|
|
|