| Index: chrome/browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc
|
| diff --git a/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc b/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc
|
| similarity index 92%
|
| rename from chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc
|
| rename to chrome/browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc
|
| index d8015fcdb3465c4c1f06df130f0225563126cef6..e9a87817b2e736880bc300ee2212896487b82f11 100644
|
| --- a/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc
|
| +++ b/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -#if !defined(TOOLKIT_VIEWS) || !defined(USE_AURA)
|
| void ShowProximityAuthErrorBubble(const base::string16& message,
|
| const gfx::Range& link_range,
|
| const GURL& link_url,
|
| @@ -18,4 +17,3 @@ void ShowProximityAuthErrorBubble(const base::string16& message,
|
| void HideProximityAuthErrorBubble() {
|
| NOTIMPLEMENTED();
|
| }
|
| -#endif
|
|
|