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

Unified Diff: tools/generate_library_loader/generate_library_loader.py

Issue 11573052: Revert 173550 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/generate_library_loader/generate_library_loader.py
===================================================================
--- tools/generate_library_loader/generate_library_loader.py (revision 173560)
+++ tools/generate_library_loader/generate_library_loader.py (working copy)
@@ -44,8 +44,6 @@
bool Load(const std::string& library_name) WARN_UNUSED_RESULT;
- bool loaded() const { return loaded_; }
-
%(member_decls)s
private:
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698