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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

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
Index: chrome/browser/ui/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 41c7c06335301d504f683838cfc8440ad434bda5..e9e1815251ae86ca557628643b42b2a79c9916d4 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -318,7 +318,8 @@ class BrowserView : public BrowserWindow,
const ShowBookmarkAppBubbleCallback& callback) override;
autofill::SaveCardBubbleView* ShowSaveCreditCardBubble(
content::WebContents* contents,
- autofill::SaveCardBubbleController* controller) override;
+ autofill::SaveCardBubbleController* controller,
+ bool is_user_gesture) override;
void ShowTranslateBubble(content::WebContents* contents,
translate::TranslateStep step,
translate::TranslateErrors::Type error_type,
« no previous file with comments | « chrome/browser/ui/views/autofill/save_card_icon_view.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698