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

Unified Diff: chrome/browser/external_tab_container_win.h

Issue 5184009: Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « app/win/scoped_prop.h ('k') | chrome/browser/external_tab_container_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/external_tab_container_win.h
===================================================================
--- chrome/browser/external_tab_container_win.h (revision 66785)
+++ chrome/browser/external_tab_container_win.h (working copy)
@@ -31,8 +31,10 @@
class RenderViewContextMenuViews;
namespace app {
-class ViewProp;
+namespace win {
+class ScopedProp;
}
+}
namespace IPC {
struct NavigationInfo;
@@ -337,7 +339,7 @@
// page without chrome frame.
bool route_all_top_level_navigations_;
- scoped_ptr<app::ViewProp> prop_;
+ scoped_ptr<app::win::ScopedProp> prop_;
DISALLOW_COPY_AND_ASSIGN(ExternalTabContainer);
};
« no previous file with comments | « app/win/scoped_prop.h ('k') | chrome/browser/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698