Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc

Issue 256633002: cros: Fix demo app could bring up CCD. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« no previous file with comments | « chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698