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

Unified Diff: ui/native_theme/native_theme_observer.cc

Issue 239093007: Update Windows UI on system color changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase again. 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
Index: ui/native_theme/native_theme_observer.cc
diff --git a/ui/base/win/internal_constants.cc b/ui/native_theme/native_theme_observer.cc
similarity index 60%
copy from ui/base/win/internal_constants.cc
copy to ui/native_theme/native_theme_observer.cc
index 325ab90468bfe94320f921806123cd7d8341ab60..f516a762027fccab32d569f2466d82c65252c104 100644
--- a/ui/base/win/internal_constants.cc
+++ b/ui/native_theme/native_theme_observer.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/win/internal_constants.h"
+#include "ui/native_theme/native_theme_observer.h"
namespace ui {
-const wchar_t kIgnoreTouchMouseActivateForWindow[] =
- L"Chrome.IgnoreMouseActivate";
+NativeThemeObserver::~NativeThemeObserver() {}
} // namespace ui
-

Powered by Google App Engine
This is Rietveld 408576698