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

Unified Diff: chrome/common/search/mock_searchbox.cc

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 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/common/search/mock_searchbox.cc
diff --git a/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.js b/chrome/common/search/mock_searchbox.cc
similarity index 55%
copy from chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.js
copy to chrome/common/search/mock_searchbox.cc
index 4a35d7a1f18f491bdc0f8d8fa15085b26da20d53..a6412a36517374a7b8d6193a4490ff4e3569ccbb 100644
--- a/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.js
+++ b/chrome/common/search/mock_searchbox.cc
@@ -2,10 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer({
- is: 'unrecoverable-cryptohome-error-card',
+#include "chrome/common/search/mock_searchbox.h"
- onContinueClicked_: function() {
- this.fire('done');
- },
-});
+MockSearchBox::MockSearchBox() = default;
+MockSearchBox::~MockSearchBox() = default;

Powered by Google App Engine
This is Rietveld 408576698