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

Unified Diff: chrome/browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc

Issue 1972843002: MacViews GN: Get chrome compiling with mac_views_browser = true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (patch failure due to r393625) Created 4 years, 7 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/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

Powered by Google App Engine
This is Rietveld 408576698