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

Side by Side Diff: chrome/common/prerender_constants.h

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Constants related to the prerendering feature in chrome.
6
7 #ifndef CHROME_COMMON_PRERENDER_CONSTANTS_H_
8 #define CHROME_COMMON_PRERENDER_CONSTANTS_H_
9 #pragma once
10
11 namespace prerender {
12
13 enum PrerenderCancellationReason {
14 PRERENDER_CANCELLATION_REASON_FIRST_UNUSED,
15 PRERENDER_CANCELLATION_REASON_HTML5_MEDIA,
16 PRERENDER_CANCELLATION_REASON_LAST_UNUSED,
17 };
18
19 } // namespace prerender
20
21 #endif // CHROME_COMMON_PRERENDER_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698