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

Unified Diff: chrome/test/ui/ui_test.h

Issue 7185023: Support Chromium-branded builds and cleanup reference build usage. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index e6d00c8296786d56724a3fd03cc82e7c89f754ea..09caa040d1a48f2a81325ff29f9adfa81f71d4d9 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -325,6 +325,9 @@ class UITestBase {
// Enable file cookies, default is true.
bool enable_file_cookies_;
+ // Enable use of switching to Chrome branding, default is true.
+ bool enable_chrome_branding_;
+
// Launches browser and AutomationProxy.
scoped_ptr<ProxyLauncher> launcher_;

Powered by Google App Engine
This is Rietveld 408576698