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

Unified Diff: chrome/browser/page_info_model.h

Issue 3461016: [Mac] Convert the page info window to a bubble. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Address nits Created 10 years, 3 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
« no previous file with comments | « chrome/browser/labs.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/page_info_model.h
diff --git a/chrome/browser/page_info_model.h b/chrome/browser/page_info_model.h
index 1f9942fd62e7fc3825eb0225b6a6d28bd1bee588..77ba6149ecd3c45a73dafae57dd5d02c30c9b7ed 100644
--- a/chrome/browser/page_info_model.h
+++ b/chrome/browser/page_info_model.h
@@ -23,10 +23,9 @@ class PageInfoModel {
public:
class PageInfoModelObserver {
public:
- virtual void ModelChanged() = 0;
-
- protected:
virtual ~PageInfoModelObserver() {}
+
+ virtual void ModelChanged() = 0;
};
enum SectionInfoType {
« no previous file with comments | « chrome/browser/labs.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698