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

Side by Side Diff: chrome/browser/ui/webui/options/handler_options_handler.h

Issue 10837331: Options: s/options2/options/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wut Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS2_HANDLER_OPTIONS_HANDLER_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_HANDLER_OPTIONS_HANDLER_H_
6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS2_HANDLER_OPTIONS_HANDLER_H_ 6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_HANDLER_OPTIONS_HANDLER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/browser/custom_handlers/protocol_handler_registry.h" 10 #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
11 #include "chrome/browser/ui/webui/options2/options_ui.h" 11 #include "chrome/browser/ui/webui/options/options_ui.h"
12 #include "chrome/common/custom_handlers/protocol_handler.h" 12 #include "chrome/common/custom_handlers/protocol_handler.h"
13 #include "content/public/browser/notification_registrar.h" 13 #include "content/public/browser/notification_registrar.h"
14 14
15 //////////////////////////////////////////////////////////////////////////////// 15 ////////////////////////////////////////////////////////////////////////////////
16 // HandlerOptionsHandler 16 // HandlerOptionsHandler
17 17
18 // Listen for changes to protocol handlers (i.e. registerProtocolHandler()). 18 // Listen for changes to protocol handlers (i.e. registerProtocolHandler()).
19 // This get triggered whenever a user allows a specific website or application 19 // This get triggered whenever a user allows a specific website or application
20 // to handle clicks on a link with a specified protocol (i.e. mailto: -> Gmail). 20 // to handle clicks on a link with a specified protocol (i.e. mailto: -> Gmail).
21 21
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 ProtocolHandlerRegistry* GetProtocolHandlerRegistry(); 79 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
80 80
81 content::NotificationRegistrar notification_registrar_; 81 content::NotificationRegistrar notification_registrar_;
82 82
83 DISALLOW_COPY_AND_ASSIGN(HandlerOptionsHandler); 83 DISALLOW_COPY_AND_ASSIGN(HandlerOptionsHandler);
84 }; 84 };
85 85
86 } // namespace options 86 } // namespace options
87 87
88 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_HANDLER_OPTIONS_HANDLER_H_ 88 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_HANDLER_OPTIONS_HANDLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/font_settings_utils_x11.cc ('k') | chrome/browser/ui/webui/options/handler_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698