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

Unified Diff: chrome/browser/ui/browser.h

Issue 10584042: Bring up a content settings icon for ungestured registerProtocolHandler call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Repair merge to head Created 8 years, 6 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 86d53e30ad0636a0a17d1942cac2fbb8ef69a47d..7ed37df7aec00b982bc1606473f2de69255ff9f0 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -414,7 +414,8 @@ class Browser : public TabStripModelDelegate,
const std::string& protocol,
const GURL& url,
const string16& title,
- bool user_gesture);
+ bool user_gesture,
+ BrowserWindow* window);
// Helper function to register an intent handler.
// |data| is the registered handler data. |user_gesture| is true if the call

Powered by Google App Engine
This is Rietveld 408576698