| Index: chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc b/chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc
|
| index 7986d19894e42766333fc59e9de3db8f6e45ad83..bc4cb2fd3768b68e2b743aa61707b80e0b0a561b 100644
|
| --- a/chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc
|
| @@ -29,8 +29,6 @@ namespace chromeos {
|
|
|
| namespace {
|
|
|
| -char kDemoAppId[] = "klimoghijjogocdbaikffefjfcfheiel";
|
| -
|
| base::FilePath GetTestDemoAppPath() {
|
| base::FilePath test_data_dir;
|
| EXPECT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_data_dir));
|
| @@ -51,7 +49,7 @@ Profile* WaitForProfile() {
|
| bool VerifyDemoAppLaunch() {
|
| Profile* profile = WaitForProfile();
|
| return AppWindowWaiter(apps::AppWindowRegistry::Get(profile),
|
| - kDemoAppId).Wait() != NULL;
|
| + DemoAppLauncher::kDemoAppId).Wait() != NULL;
|
| }
|
|
|
| bool VerifyNetworksDisabled() {
|
|
|