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

Unified Diff: app/active_window_watcher_x.cc

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: 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 | « app/active_window_watcher_x.h ('k') | app/resource_bundle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/active_window_watcher_x.cc
diff --git a/app/active_window_watcher_x.cc b/app/active_window_watcher_x.cc
index 04cb3d09db6cee9ba6cc2153d2f2dfe3f645dfb7..9b861e65e9522e557d1dda0bb9f38e07c0b022fb 100644
--- a/app/active_window_watcher_x.cc
+++ b/app/active_window_watcher_x.cc
@@ -24,6 +24,9 @@ ActiveWindowWatcherX::ActiveWindowWatcherX() {
Init();
}
+ActiveWindowWatcherX::~ActiveWindowWatcherX() {
+}
+
void ActiveWindowWatcherX::Init() {
GdkAtom kNetActiveWindow = gdk_atom_intern("_NET_ACTIVE_WINDOW", FALSE);
kNetActiveWindowAtom = gdk_x11_atom_to_xatom_for_display(
« no previous file with comments | « app/active_window_watcher_x.h ('k') | app/resource_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698