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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.mm

Issue 1402363013: Update location bar bubble/icon behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/cocoa/browser_window_cocoa.h ('k') | chrome/browser/ui/passwords/manage_passwords_icon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
index 3b3606a3f97d5bcc005fc1eeb46f9a9875993329..3bfa7c34fbd938d4301c7b83e77d2fbeae830e11 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -631,7 +631,8 @@ void BrowserWindowCocoa::ShowBookmarkAppBubble(
autofill::SaveCardBubbleView* BrowserWindowCocoa::ShowSaveCreditCardBubble(
content::WebContents* web_contents,
- autofill::SaveCardBubbleController* controller) {
+ autofill::SaveCardBubbleController* controller,
+ bool user_gesture) {
NOTIMPLEMENTED();
return nullptr;
}
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_cocoa.h ('k') | chrome/browser/ui/passwords/manage_passwords_icon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698