| Index: chrome/browser/views/cookie_prompt_view.h | 
| =================================================================== | 
| --- chrome/browser/views/cookie_prompt_view.h	(revision 38820) | 
| +++ chrome/browser/views/cookie_prompt_view.h	(working copy) | 
| @@ -43,7 +43,7 @@ | 
| Profile* profile, | 
| const BrowsingDataLocalStorageHelper::LocalStorageInfo& | 
| local_storage_info, | 
| -      const std::string& host, | 
| +      const GURL& url, | 
| const std::string& cookie_line, | 
| CookiePromptModalDialogDelegate* delegate, | 
| bool cookie_ui); | 
| @@ -92,7 +92,7 @@ | 
| int GetExtendedViewHeight(); | 
|  | 
| // Initializes text resources needed to display this view. | 
| -  void InitializeViewResources(const std::string& domain); | 
| +  void InitializeViewResources(); | 
|  | 
| views::RadioButton* remember_radio_; | 
| views::RadioButton* ask_radio_; | 
| @@ -121,6 +121,8 @@ | 
|  | 
| gfx::NativeWindow root_window_; | 
|  | 
| +  GURL url_; | 
| + | 
| // Cookie / local storage host. | 
| std::string host_; | 
|  | 
|  |