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

Unified Diff: base/environment.h

Issue 3035050: base: rename Environment::HasEnv to Environment::HasVar. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 4 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/environment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/environment.h
diff --git a/base/environment.h b/base/environment.h
index fa8f197beba9b872d8b0ddffc14fe0a209fa679f..4e2a6e70fd80f92485fa5acea604d9fdb95eccdc 100644
--- a/base/environment.h
+++ b/base/environment.h
@@ -33,7 +33,7 @@ class Environment {
virtual bool GetEnv(const char* variable_name, std::string* result) = 0;
// Syntactic sugar for GetEnv(variable_name, NULL);
- virtual bool HasEnv(const char* variable_name);
+ virtual bool HasVar(const char* variable_name);
// Returns true on success, otherwise returns false.
virtual bool SetEnv(const char* variable_name,
« no previous file with comments | « no previous file | base/environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698