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

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc

Issue 664703003: Stash: hacks to get MacViews chrome browser window working (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years 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 | « chrome/browser/ui/views/frame/taskbar_decorator.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
index 6b952efbf99a7d7ad644b2440348d3d69e234bf7..9915679143ae58e49818876c429e3dcb893b3486 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
@@ -166,6 +166,7 @@ void AddTextRow(views::GridLayout* layout, const base::string16& text) {
// Globals --------------------------------------------------------------------
+#if !defined(OS_MACOSX)
namespace chrome {
void ShowManagePasswordsBubble(content::WebContents* web_contents) {
@@ -193,7 +194,7 @@ void CloseManagePasswordsBubble(content::WebContents* web_contents) {
}
} // namespace chrome
-
+#endif
// ManagePasswordsBubbleView::AccountChooserView ------------------------------
« no previous file with comments | « chrome/browser/ui/views/frame/taskbar_decorator.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698