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

Unified Diff: components/autofill/shared/autofill_constants.cc

Issue 17165002: Revert "In components/autofill, move common/ to shared/" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: components/autofill/shared/autofill_constants.cc
diff --git a/components/autofill/shared/autofill_constants.cc b/components/autofill/shared/autofill_constants.cc
deleted file mode 100644
index 359d567e2029c8cf27b6c2a22ce7378d50f79e48..0000000000000000000000000000000000000000
--- a/components/autofill/shared/autofill_constants.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2013 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.
-
-#include "components/autofill/shared/autofill_constants.h"
-
-#include "build/build_config.h"
-
-namespace autofill {
-
-const char kHelpURL[] =
-#if defined(OS_CHROMEOS)
- "https://support.google.com/chromeos/?p=settings_autofill";
-#else
- "https://support.google.com/chrome/?p=settings_autofill";
-#endif
-
-const size_t kRequiredAutofillFields = 3;
-
-} // namespace autofill
« no previous file with comments | « components/autofill/shared/autofill_constants.h ('k') | components/autofill/shared/autofill_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698