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

Issue 120593003: Move kFileScheme constant into content namespace. (Closed)

Created:
6 years, 11 months ago by tfarina
Modified:
6 years, 11 months ago
Reviewers:
jam
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, tzik, jam, nhiroki, joi+watch-content_chromium.org, darin-cc_chromium.org, dcheng, chromium-apps-reviews_chromium.org, kinuko+watch, android-webview-reviews_chromium.org, jochen+watch_chromium.org
Visibility:
Public.

Description

Move kFileScheme constant into content namespace. BUG=None TEST=None, no functional changes TBR=jam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242712

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -63 lines) Patch
M android_webview/browser/aw_content_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/net/aw_url_request_context_getter.cc View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/native/android_protocol_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/native/cookie_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_input.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_permissions.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_web_contents_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/in_memory_url_index.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/common/webservice_search_provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/drag_util.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/site_chip_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_applications/web_app.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/content_settings_pattern.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/common/content_settings_pattern_parser.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/content_scripts_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/permissions/permission_message_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/url_fixer_upper.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/user_script_slave.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/ie_importer_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_url_handler_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/child_process_security_policy_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/child_process_security_policy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/browser_file_system_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_drag_dest_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/savable_url_schemes.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/url_constants.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/url_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/browser/shell_content_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_url_request_context_getter.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/permissions/permissions_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/url_pattern.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M extensions/common/url_pattern_set.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
tfarina
TBRing...
6 years, 11 months ago (2013-12-29 21:17:07 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/120593003/30001
6 years, 11 months ago (2013-12-29 21:17:27 UTC) #2
commit-bot: I haz the power
6 years, 11 months ago (2013-12-30 06:32:16 UTC) #3
Message was sent while issue was closed.
Change committed as 242712

Powered by Google App Engine
This is Rietveld 408576698