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

Unified Diff: chrome/browser/ui/autofill/autocheckout_bubble.cc

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 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/ui/autofill/autocheckout_bubble.cc
diff --git a/chrome/browser/ui/autofill/autocheckout_bubble.cc b/chrome/browser/ui/autofill/autocheckout_bubble.cc
deleted file mode 100644
index ca939b8576908285593c3a4155159e3371b03979..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/autofill/autocheckout_bubble.cc
+++ /dev/null
@@ -1,23 +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 "chrome/browser/ui/autofill/autocheckout_bubble.h"
-
-#include "base/logging.h"
-
-namespace autofill {
-
-AutocheckoutBubble::~AutocheckoutBubble() {}
-
-#if !defined(TOOLKIT_VIEWS)
-// TODO(ahutter): Implement the bubble on other platforms. See
-// http://crbug.com/173416.
-base::WeakPtr<AutocheckoutBubble> AutocheckoutBubble::Create(
- scoped_ptr<AutocheckoutBubbleController> controller) {
- NOTIMPLEMENTED();
- return base::WeakPtr<AutocheckoutBubble>();
-}
-#endif
-
-} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698