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

Side by Side Diff: chrome/renderer/about_handler.h

Issue 21272: janitorial: browser_render_process_host header/lint cleanup. (try 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/renderer/chrome_plugin_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 // Contains code for handling "about:" URLs in the renderer process. We handle 5 // Contains code for handling "about:" URLs in the renderer process. We handle
6 // most about: URLs in the browser process (see 6 // most about: URLs in the browser process (see
7 // browser/browser_about_handler.*), but test URLs like about:crash need to 7 // browser/browser_about_handler.*), but test URLs like about:crash need to
8 // happen in the renderer. 8 // happen in the renderer.
9 9
10 #ifndef CHROME_RENDERER_ABOUT_HANDLER_H__ 10 #ifndef CHROME_RENDERER_ABOUT_HANDLER_H__
(...skipping 23 matching lines...) Expand all
34 static void AboutShortHang(); 34 static void AboutShortHang();
35 35
36 private: 36 private:
37 AboutHandler(); 37 AboutHandler();
38 ~AboutHandler(); 38 ~AboutHandler();
39 39
40 DISALLOW_EVIL_CONSTRUCTORS(AboutHandler); 40 DISALLOW_EVIL_CONSTRUCTORS(AboutHandler);
41 }; 41 };
42 42
43 #endif // CHROME_RENDERER_ABOUT_HANDLER_H__ 43 #endif // CHROME_RENDERER_ABOUT_HANDLER_H__
44
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698