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

Unified Diff: base/scoped_variant_win.h

Issue 47007: Fixing problem with ScopedVariant in official builds. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/scoped_variant_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_variant_win.h
===================================================================
--- base/scoped_variant_win.h (revision 12284)
+++ base/scoped_variant_win.h (working copy)
@@ -118,9 +118,8 @@
return var_;
}
-#ifndef OFFICIAL_BUILD
+ // Used as a debug check to see if we're leaking anything.
static bool IsLeakableVarType(VARTYPE vt);
-#endif
protected:
VARIANT var_;
« no previous file with comments | « no previous file | base/scoped_variant_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698