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

Unified Diff: ui/base/cursor/cursor_loader_win.h

Issue 246633004: Remove non USE_AURA code from views files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just revert changes to ui/app_list/. Created 6 years, 8 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/test/base/view_event_test_base.cc ('k') | ui/base/cursor/cursor_loader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursor_loader_win.h
diff --git a/ui/base/cursor/cursor_loader_win.h b/ui/base/cursor/cursor_loader_win.h
index 620dd5df651d22e0e22c412340ce0421f0d8bb17..adcc0aef7b12ba5301ad1533155386c9fb4113b6 100644
--- a/ui/base/cursor/cursor_loader_win.h
+++ b/ui/base/cursor/cursor_loader_win.h
@@ -26,11 +26,9 @@ class UI_BASE_EXPORT CursorLoaderWin : public CursorLoader {
virtual void UnloadAll() OVERRIDE;
virtual void SetPlatformCursor(gfx::NativeCursor* cursor) OVERRIDE;
-#if defined(USE_AURA)
// Used to pass the cursor resource module name to the cursor loader. This is
// typically used to load non system cursors.
static void SetCursorResourceModule(const base::string16& module_name);
-#endif
private:
DISALLOW_COPY_AND_ASSIGN(CursorLoaderWin);
« no previous file with comments | « chrome/test/base/view_event_test_base.cc ('k') | ui/base/cursor/cursor_loader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698