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

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 891883002: Cleanup: Remove an unused variable in chrome_browser_main.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar Created 5 years, 11 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 | « build/android/pylib/gtest/filter/unit_tests_disabled ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.h
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index aa9d6cc450e473c182a14fcaf3bdae9cb2386397..5d60afa31a3170fd4f472bd91ac23f41634f4b4c 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -185,10 +185,6 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
// Members needed across shutdown methods.
bool restart_last_session_;
- // Tests can set this to true to disable restricting cookie access in the
- // network stack, as this can only be done once.
- static bool disable_enforcing_cookie_policies_for_tests_;
-
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainParts);
};
« no previous file with comments | « build/android/pylib/gtest/filter/unit_tests_disabled ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698