summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/cookies_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/options/cookies_view.h')
-rw-r--r--chrome/browser/gtk/options/cookies_view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/gtk/options/cookies_view.h b/chrome/browser/gtk/options/cookies_view.h
index 80cad06..80e768f 100644
--- a/chrome/browser/gtk/options/cookies_view.h
+++ b/chrome/browser/gtk/options/cookies_view.h
@@ -34,6 +34,7 @@ class CookiesView : public gtk_tree::TreeAdapter::Delegate {
// Create (if necessary) and show the cookie manager window.
static void Show(
+ GtkWindow* parent,
Profile* profile,
BrowsingDataDatabaseHelper* browsing_data_database_helper,
BrowsingDataLocalStorageHelper* browsing_data_local_storage_helper);
@@ -44,12 +45,13 @@ class CookiesView : public gtk_tree::TreeAdapter::Delegate {
private:
CookiesView(
+ GtkWindow* parent,
Profile* profile,
BrowsingDataDatabaseHelper* browsing_data_database_helper,
BrowsingDataLocalStorageHelper* browsing_data_local_storage_helper);
// Initialize the dialog contents and layout.
- void Init();
+ void Init(GtkWindow* parent);
// Initialize the widget styles and display the dialog.
void InitStylesAndShow();