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

Unified Diff: components/autofill/common/autofill_message_generator.h

Issue 14312006: Generate autofill messages inside the component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/common/autofill_message_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/common/autofill_message_generator.h
diff --git a/chrome/test/data/extensions/platform_apps/web_view/teardown/test.js b/components/autofill/common/autofill_message_generator.h
similarity index 58%
copy from chrome/test/data/extensions/platform_apps/web_view/teardown/test.js
copy to components/autofill/common/autofill_message_generator.h
index 2f9f855f2d12ecdd239a8a77433f161a25de6632..993b68d8047015e2eed0ae26312279295ba199b9 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/teardown/test.js
+++ b/components/autofill/common/autofill_message_generator.h
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('main.html', {}, function () {});
-});
+// Multiply-included file, hence no include guard.
+
+#include "components/autofill/common/autofill_messages.h"
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/common/autofill_message_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698