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

Side by Side Diff: chrome_frame/ready_mode/internal/ready_prompt_window.h

Issue 6321025: Further modifications to the Ready Mode UI in response to feedback. Height, i... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/ready_mode/internal/ready_prompt_window.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_FRAME_READY_MODE_INTERNAL_READY_PROMPT_WINDOW_H_ 5 #ifndef CHROME_FRAME_READY_MODE_INTERNAL_READY_PROMPT_WINDOW_H_
6 #define CHROME_FRAME_READY_MODE_INTERNAL_READY_PROMPT_WINDOW_H_ 6 #define CHROME_FRAME_READY_MODE_INTERNAL_READY_PROMPT_WINDOW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <atlbase.h> 9 #include <atlbase.h>
10 #include <atlapp.h> 10 #include <atlapp.h>
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 LRESULT OnNo(WORD wNotifyCode, 92 LRESULT OnNo(WORD wNotifyCode,
93 WORD wID, 93 WORD wID,
94 HWND hWndCtl, 94 HWND hWndCtl,
95 BOOL& bHandled); 95 BOOL& bHandled);
96 96
97 InfobarContent::Frame* frame_; // Not owned by this instance 97 InfobarContent::Frame* frame_; // Not owned by this instance
98 scoped_ptr<ReadyModeState> ready_mode_state_; 98 scoped_ptr<ReadyModeState> ready_mode_state_;
99 scoped_ptr<WTL::CHyperLink> link_; 99 scoped_ptr<WTL::CHyperLink> link_;
100 scoped_ptr<UrlLauncher> url_launcher_; 100 scoped_ptr<UrlLauncher> url_launcher_;
101 101
102 HICON icon_;
102 base::WeakPtrFactory<ReadyPromptWindow> weak_ptr_factory_; 103 base::WeakPtrFactory<ReadyPromptWindow> weak_ptr_factory_;
103 DISALLOW_COPY_AND_ASSIGN(ReadyPromptWindow); 104 DISALLOW_COPY_AND_ASSIGN(ReadyPromptWindow);
104 }; // class ReadyPromptWindow 105 }; // class ReadyPromptWindow
105 106
106 #endif // CHROME_FRAME_READY_MODE_INTERNAL_READY_PROMPT_WINDOW_H_ 107 #endif // CHROME_FRAME_READY_MODE_INTERNAL_READY_PROMPT_WINDOW_H_
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/ready_mode/internal/ready_prompt_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698