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

Unified Diff: chrome/common/content_settings_pattern_parser.h

Issue 518803009: Move content_settings_pattern and content_settings_pattern_parser to the content_settings component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 | « chrome/common/content_settings_pattern.cc ('k') | chrome/common/content_settings_pattern_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/content_settings_pattern_parser.h
diff --git a/chrome/common/content_settings_pattern_parser.h b/chrome/common/content_settings_pattern_parser.h
deleted file mode 100644
index fbd8ccc7f78265dc9890f102a0aa6ac5baf8441e..0000000000000000000000000000000000000000
--- a/chrome/common/content_settings_pattern_parser.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_COMMON_CONTENT_SETTINGS_PATTERN_PARSER_H_
-#define CHROME_COMMON_CONTENT_SETTINGS_PATTERN_PARSER_H_
-
-#include <string>
-
-#include "base/basictypes.h"
-#include "chrome/common/content_settings_pattern.h"
-
-namespace content_settings {
-
-class PatternParser {
- public:
- static void Parse(const std::string& pattern_spec,
- ContentSettingsPattern::BuilderInterface* builder);
-
- static std::string ToString(
- const ContentSettingsPattern::PatternParts& parts);
-};
-
-} // namespace content_settings
-
-#endif // CHROME_COMMON_CONTENT_SETTINGS_PATTERN_PARSER_H_
« no previous file with comments | « chrome/common/content_settings_pattern.cc ('k') | chrome/common/content_settings_pattern_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698