| Index: chrome/browser/extensions/extension_webstore_private_api.h
|
| diff --git a/chrome/browser/extensions/extension_webstore_private_api.h b/chrome/browser/extensions/extension_webstore_private_api.h
|
| index 581ddc3d52ed2830e56587c6a931a1f1da902007..d031cff583be1e1583f73c84e48f8f6a7240b023 100644
|
| --- a/chrome/browser/extensions/extension_webstore_private_api.h
|
| +++ b/chrome/browser/extensions/extension_webstore_private_api.h
|
| @@ -83,11 +83,6 @@ class BeginInstallWithManifestFunction
|
| // the normal requirement that it is called during a user gesture.
|
| static void SetIgnoreUserGestureForTests(bool ignore);
|
|
|
| - // For use only in tests - sets a flag that makes invocations of
|
| - // beginInstallWithManifest skip putting up a real dialog, and instead act
|
| - // as if the dialog choice was to proceed or abort.
|
| - static void SetAutoConfirmForTests(bool should_proceed);
|
| -
|
| // Implementing WebstoreInstallHelper::Delegate interface.
|
| virtual void OnWebstoreParseSuccess(
|
| const SkBitmap& icon,
|
|
|