| Index: chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| index f1d2f1c977dfe1104be0c3e851d0b14d4c26ecef..35d0017668a605f154a7783bc57f23e283b41707 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| @@ -834,7 +834,6 @@ class ExtensionInstallObserver : public content::NotificationObserver,
|
| void OnExtensionWillBeInstalled(content::BrowserContext* browser_context,
|
| const extensions::Extension* extension,
|
| bool is_update,
|
| - bool from_ephemeral,
|
| const std::string& old_name) override {
|
| if (waiting_extension_id_ == extension->id()) {
|
| observed_ = true;
|
|
|