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

Unified Diff: trunk/src/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.h

Issue 257763005: Revert 266094 "Add ScopedStubEnterpriseInstallAttributes for tes..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.h
===================================================================
--- trunk/src/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.h (revision 266178)
+++ trunk/src/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.h (working copy)
@@ -29,16 +29,6 @@
DISALLOW_COPY_AND_ASSIGN(StubEnterpriseInstallAttributes);
};
-// Helper class to set enterprise install attributes in the scope of a test.
-class ScopedStubEnterpriseInstallAttributes {
- public:
- ScopedStubEnterpriseInstallAttributes(const std::string& domain,
- const std::string& registration_user,
- const std::string& device_id,
- DeviceMode mode);
- ~ScopedStubEnterpriseInstallAttributes();
-};
-
} // namespace policy
#endif // CHROME_BROWSER_CHROMEOS_POLICY_STUB_ENTERPRISE_INSTALL_ATTRIBUTES_H_

Powered by Google App Engine
This is Rietveld 408576698