Index: ui/views/examples/examples_main.cc |
diff --git a/chrome/test/data/extensions/platform_apps/minimal_id/main.js b/ui/views/examples/examples_main.cc |
similarity index 77% |
copy from chrome/test/data/extensions/platform_apps/minimal_id/main.js |
copy to ui/views/examples/examples_main.cc |
index b5a7055026ebd7da3e90f3fcdbeb74710fe51a28..488046926985de26e157f4f5b7d681bdb9184bbf 100644 |
--- a/chrome/test/data/extensions/platform_apps/minimal_id/main.js |
+++ b/ui/views/examples/examples_main.cc |
@@ -2,4 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-chrome.test.sendMessage('Launched'); |
+int main(int argc, char** argv) { |
+ return 0; |
+} |