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

Unified Diff: chrome/test/data/extensions/platform_apps/minimal_id/main.js

Issue 11238055: Re-open DevTools windows for PackagedApps if they are reloaded with DevTools open. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: reviewer comments, use MAYBE_ Created 8 years, 2 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/test/data/extensions/platform_apps/minimal_id/main.js
diff --git a/cc/threaded_test.h b/chrome/test/data/extensions/platform_apps/minimal_id/main.js
similarity index 81%
copy from cc/threaded_test.h
copy to chrome/test/data/extensions/platform_apps/minimal_id/main.js
index 638cbb270ce9b24689d5095baf174ade4f4d1a13..b5a7055026ebd7da3e90f3fcdbeb74710fe51a28 100644
--- a/cc/threaded_test.h
+++ b/chrome/test/data/extensions/platform_apps/minimal_id/main.js
@@ -1,3 +1,5 @@
// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+
+chrome.test.sendMessage('Launched');

Powered by Google App Engine
This is Rietveld 408576698