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

Unified Diff: base/base_switches.h

Issue 3448028: Implemented VLOG() et al. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Addressed evmar's comments 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 | « base/base.gypi ('k') | base/base_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_switches.h
diff --git a/base/base_switches.h b/base/base_switches.h
index 6fe38423a3b7044bb5a7f8057875039c1c125fd6..56b6bc966add664f3d9a5ed4269a28909985c40c 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -17,6 +17,8 @@ extern const char kFullMemoryCrashReport[];
extern const char kNoErrorDialogs[];
extern const char kNoMessageBox[];
extern const char kTestChildProcess[];
+extern const char kV[];
+extern const char kVModule[];
extern const char kWaitForDebugger[];
} // namespace switches
« no previous file with comments | « base/base.gypi ('k') | base/base_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698