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

Unified Diff: app/win/window_impl.h

Issue 2042003: Switch some Singletons to use LeakySingleton. Base URL: http://src.chromium.org/git/chromium.git
Patch Set: More build fixes. Created 10 years, 7 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 | « app/surface/io_surface_support_mac.cc ('k') | app/win/window_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/win/window_impl.h
diff --git a/app/win/window_impl.h b/app/win/window_impl.h
index ad1fc870a2f6c4feb79b86db1b8ebb59ed6064fe..c1e1cdb906091b2b4aaab398ac9f7d10907d3dac 100644
--- a/app/win/window_impl.h
+++ b/app/win/window_impl.h
@@ -87,9 +87,6 @@ class WindowImpl : public MessageMapInterface {
// If necessary, this registers the window class.
std::wstring GetWindowClassName();
- // All classes registered by WidgetWin start with this name.
- static const wchar_t* const kBaseClassName;
-
// Window Styles used when creating the window.
DWORD window_style_;
« no previous file with comments | « app/surface/io_surface_support_mac.cc ('k') | app/win/window_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698