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

Unified Diff: chrome/browser/resources/welcome/welcome.js

Issue 2252063002: Adding client code for new desktop First Run Experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing spacing nits before review Created 4 years, 4 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/resources/welcome/welcome.js
diff --git a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp b/chrome/browser/resources/welcome/welcome.js
similarity index 54%
copy from tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
copy to chrome/browser/resources/welcome/welcome.js
index 6c4ddd4fc6c4a27e9721be91971255bd6f8bfd15..640ddb9dee21df4ddb670f708e51493d4cadc549 100644
--- a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
+++ b/chrome/browser/resources/welcome/welcome.js
@@ -2,10 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "missing_ctor_ignored_base.h"
-
-int main() {
- MissingCtorsWithIgnoredBase one;
- MissingCtorsWithIgnoredGrandBase two;
- return 0;
-}
+// TODO(tmartino): Add handlers.
+console.log('JS test');

Powered by Google App Engine
This is Rietveld 408576698