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

Unified Diff: base/clipboard.h

Issue 100046: More linux ifdef tweaks. This reverts my earlier change (13503).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | « no previous file | base/gfx/rect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/clipboard.h
===================================================================
--- base/clipboard.h (revision 14606)
+++ base/clipboard.h (working copy)
@@ -18,9 +18,7 @@
public:
typedef std::string FormatType;
#if defined(OS_LINUX)
-#if defined(TOOLKIT_GTK)
typedef struct _GtkClipboard GtkClipboard;
-#endif
typedef std::map<FormatType, std::pair<char*, size_t> > TargetMap;
#endif
@@ -197,10 +195,8 @@
void InsertMapping(const char* key, char* data, size_t data_len);
TargetMap* clipboard_data_;
-#if defined(TOOLKIT_GTK)
GtkClipboard* clipboard_;
#endif
-#endif
DISALLOW_EVIL_CONSTRUCTORS(Clipboard);
};
« no previous file with comments | « no previous file | base/gfx/rect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698